Searched refs:copyIntoContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp667 static StringRef copyIntoContext(const ASTContext &C, StringRef str) { function
686 AsmStr = copyIntoContext(C, asmstr);
698 Constraints[i] = copyIntoContext(C, constraints[i]);
704 Clobbers[i] = copyIntoContext(C, clobbers[i]);

Completed in 42 milliseconds