Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp416 Writer.AddSourceLocation(E->getStrTokenLoc(I), Record); in VisitStringLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2894 SanitizerMD->reportGlobalToASan(GV, S->getStrTokenLoc(0), "<string literal>", in GetAddrOfConstantStringFromLiteral()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1581 SourceLocation getStrTokenLoc(unsigned TokNum) const { in getStrTokenLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp424 if (SL->getStrTokenLoc(i).isMacroID()) { in CheckObjCCollectionLiteralElement()
H A DSemaDecl.cpp5749 NewVD->addAttr(::new (Context) AsmLabelAttr(SE->getStrTokenLoc(0), in ActOnVariableDeclarator()
7269 NewFD->addAttr(::new (Context) AsmLabelAttr(SE->getStrTokenLoc(0), Context, in ActOnFunctionDeclarator()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp1016 SourceLocation StrTokLoc = getStrTokenLoc(TokNo); in getLocationOfByte()