Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp729 static StringRef copyIntoContext(const ASTContext &C, StringRef str) { in copyIntoContext() function
744 AsmStr = copyIntoContext(C, asmstr); in initialize()
755 return copyIntoContext(C, Constraint); in initialize()
762 return copyIntoContext(C, Clobber); in initialize()
/external/llvm-project/clang/lib/AST/
DStmt.cpp872 static StringRef copyIntoContext(const ASTContext &C, StringRef str) { in copyIntoContext() function
887 AsmStr = copyIntoContext(C, asmstr); in initialize()
898 return copyIntoContext(C, Constraint); in initialize()
905 return copyIntoContext(C, Clobber); in initialize()