Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp726 static StringRef copyIntoContext(const ASTContext &C, StringRef str) { in copyIntoContext() function
745 AsmStr = copyIntoContext(C, asmstr); in initialize()
757 Constraints[i] = copyIntoContext(C, constraints[i]); in initialize()
763 Clobbers[i] = copyIntoContext(C, clobbers[i]); in initialize()