Searched defs:PragmaLoc (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 231 ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind,SourceLocation PragmaLoc) ActOnPragmaOptionsAlign() argument 285 ActOnPragmaClangSection(SourceLocation PragmaLoc,PragmaClangSectionAction Action,PragmaClangSectionKind SecKind,StringRef SecName) ActOnPragmaClangSection() argument 334 ActOnPragmaPack(SourceLocation PragmaLoc,PragmaMsStackAction Action,StringRef SlotLabel,Expr * alignment) ActOnPragmaPack() argument 617 ActOnPragmaMSPointersToMembers(LangOptions::PragmaMSPointersToMembersKind RepresentationMethod,SourceLocation PragmaLoc) ActOnPragmaMSPointersToMembers() argument 623 ActOnPragmaMSVtorDisp(PragmaMsStackAction Action,SourceLocation PragmaLoc,MSVtorDispMode Mode) ActOnPragmaMSVtorDisp() argument 836 ActOnPragmaUnused(const Token & IdTok,Scope * curScope,SourceLocation PragmaLoc) ActOnPragmaUnused() argument 919 ActOnPragmaAttributeAttribute(ParsedAttr & Attribute,SourceLocation PragmaLoc,attr::ParsedSubjectMatchRuleSet Rules) ActOnPragmaAttributeAttribute() argument 1051 ActOnPragmaAttributeEmptyPush(SourceLocation PragmaLoc,const IdentifierInfo * Namespace) ActOnPragmaAttributeEmptyPush() argument 1058 ActOnPragmaAttributePop(SourceLocation PragmaLoc,const IdentifierInfo * Namespace) ActOnPragmaAttributePop() argument 1135 ActOnPragmaOptimize(bool On,SourceLocation PragmaLoc) ActOnPragmaOptimize() argument 1249 ActOnPragmaVisibility(const IdentifierInfo * VisType,SourceLocation PragmaLoc) ActOnPragmaVisibility() argument [all...] |
H A D | SemaDecl.cpp | 20061 ActOnPragmaRedefineExtname(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaRedefineExtname() argument 20087 ActOnPragmaWeakID(IdentifierInfo * Name,SourceLocation PragmaLoc,SourceLocation NameLoc) ActOnPragmaWeakID() argument 20100 ActOnPragmaWeakAlias(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaWeakAlias() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 731 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(); HandlePragmaFEnvAccess() local 908 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaFEnvRound() local 933 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaCXLimitedRange() local 1015 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaMSPointersToMembers() local 1025 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaMSVtorDisp() local 1882 SourceLocation PragmaLoc = Tok.getLocation(); HandlePragmaAttribute() local [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 213 SourceLocation PragmaLoc = Tok.getLocation(); Handle_Pragma() local 364 SourceLocation PragmaLoc = Tok.getLocation(); HandleMicrosoft__pragma() local [all...] |
/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2362 setCurrentFPEvalMethod(SourceLocation PragmaLoc,LangOptions::FPEvalMethodKind Val) setCurrentFPEvalMethod() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4574 SourceLocation PragmaLoc = SemaRef.getOptimizeOffPragmaLocation(); WriteOptimizePragmaOptions() local
|