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

/external/clang/lib/AST/
H A DStmt.cpp666 static StringRef copyIntoContext(const ASTContext &C, StringRef str) { function
685 AsmStr = copyIntoContext(C, asmstr);
697 Constraints[i] = copyIntoContext(C, constraints[i]);
703 Clobbers[i] = copyIntoContext(C, clobbers[i]);

Completed in 90 milliseconds