Searched defs:PragmaLoc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 216 SourceLocation PragmaLoc) { in ActOnPragmaOptionsAlign() 272 void Sema::ActOnPragmaClangSection(SourceLocation PragmaLoc, in ActOnPragmaClangSection() 321 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack() 528 SourceLocation PragmaLoc) { in ActOnPragmaMSPointersToMembers() 534 SourceLocation PragmaLoc, in ActOnPragmaMSVtorDisp() 700 SourceLocation PragmaLoc) { in ActOnPragmaUnused() 800 ParsedAttr &Attribute, SourceLocation PragmaLoc, in ActOnPragmaAttributeAttribute() 932 void Sema::ActOnPragmaAttributeEmptyPush(SourceLocation PragmaLoc, in ActOnPragmaAttributeEmptyPush() 939 void Sema::ActOnPragmaAttributePop(SourceLocation PragmaLoc, in ActOnPragmaAttributePop() 1016 void Sema::ActOnPragmaOptimize(bool On, SourceLocation PragmaLoc) { in ActOnPragmaOptimize() [all …]
|
H A D | SemaDecl.cpp | 18379 SourceLocation PragmaLoc, in ActOnPragmaRedefineExtname() 18405 SourceLocation PragmaLoc, in ActOnPragmaWeakID() 18420 SourceLocation PragmaLoc, in ActOnPragmaWeakAlias()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 586 SourceLocation PragmaLoc = Tok.getLocation(); in HandlePragmaPack() local 631 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaWeak() local 639 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaWeakAlias() local 683 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFPContract() local 699 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFloatControl() local 722 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFEnvAccess() local 731 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFEnvRound() local 813 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaMSPointersToMembers() local 823 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaMSVtorDisp() local 1554 SourceLocation PragmaLoc = Tok.getLocation(); in HandlePragmaAttribute() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Pragma.cpp | 212 SourceLocation PragmaLoc = Tok.getLocation(); in Handle_Pragma() local 347 SourceLocation PragmaLoc = Tok.getLocation(); in HandleMicrosoft__pragma() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4051 SourceLocation PragmaLoc = SemaRef.getOptimizeOffPragmaLocation(); in WriteOptimizePragmaOptions() local
|