Home
last modified time | relevance | path

Searched defs:PragmaLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp232 SourceLocation PragmaLoc) { in ActOnPragmaOptionsAlign()
286 void Sema::ActOnPragmaClangSection(SourceLocation PragmaLoc, in ActOnPragmaClangSection()
335 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack()
618 SourceLocation PragmaLoc) { in ActOnPragmaMSPointersToMembers()
624 SourceLocation PragmaLoc, in ActOnPragmaMSVtorDisp()
837 SourceLocation PragmaLoc) { in ActOnPragmaUnused()
920 ParsedAttr &Attribute, SourceLocation PragmaLoc, in ActOnPragmaAttributeAttribute()
1052 void Sema::ActOnPragmaAttributeEmptyPush(SourceLocation PragmaLoc, in ActOnPragmaAttributeEmptyPush()
1059 void Sema::ActOnPragmaAttributePop(SourceLocation PragmaLoc, in ActOnPragmaAttributePop()
1136 void Sema::ActOnPragmaOptimize(bool On, SourceLocation PragmaLoc) { in ActOnPragmaOptimize()
[all …]
H A DSemaDecl.cpp20107 SourceLocation PragmaLoc, in ActOnPragmaRedefineExtname()
20133 SourceLocation PragmaLoc, in ActOnPragmaWeakID()
20146 SourceLocation PragmaLoc, in ActOnPragmaWeakAlias()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp731 SourceLocation PragmaLoc = Tok.getLocation(); in HandlePragmaPack() local
802 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaWeak() local
810 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaWeakAlias() local
859 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFPContract() local
875 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFloatControl() local
899 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFEnvAccess() local
908 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaFEnvRound() local
933 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaCXLimitedRange() local
1015 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaMSPointersToMembers() local
1025 SourceLocation PragmaLoc = ConsumeAnnotationToken(); in HandlePragmaMSVtorDisp() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp213 SourceLocation PragmaLoc = Tok.getLocation(); in Handle_Pragma() local
364 SourceLocation PragmaLoc = Tok.getLocation(); in HandleMicrosoft__pragma() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2363 void setCurrentFPEvalMethod(SourceLocation PragmaLoc, in setCurrentFPEvalMethod()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4577 SourceLocation PragmaLoc = SemaRef.getOptimizeOffPragmaLocation(); in WriteOptimizePragmaOptions() local