Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp273 Diag(PragmaLoc, diag::warn_pragma_options_align_reset_failed) in ActOnPragmaClangSection() argument
219 ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind,SourceLocation PragmaLoc) ActOnPragmaOptionsAlign() argument
322 ActOnPragmaPack(SourceLocation PragmaLoc,PragmaMsStackAction Action,StringRef SlotLabel,Expr * alignment) ActOnPragmaPack() argument
605 ActOnPragmaMSPointersToMembers(LangOptions::PragmaMSPointersToMembersKind RepresentationMethod,SourceLocation PragmaLoc) ActOnPragmaMSPointersToMembers() argument
611 ActOnPragmaMSVtorDisp(PragmaMsStackAction Action,SourceLocation PragmaLoc,MSVtorDispMode Mode) ActOnPragmaMSVtorDisp() argument
824 ActOnPragmaUnused(const Token & IdTok,Scope * curScope,SourceLocation PragmaLoc) ActOnPragmaUnused() argument
923 ActOnPragmaAttributeAttribute(ParsedAttr & Attribute,SourceLocation PragmaLoc,attr::ParsedSubjectMatchRuleSet Rules) ActOnPragmaAttributeAttribute() argument
1055 ActOnPragmaAttributeEmptyPush(SourceLocation PragmaLoc,const IdentifierInfo * Namespace) ActOnPragmaAttributeEmptyPush() argument
1062 ActOnPragmaAttributePop(SourceLocation PragmaLoc,const IdentifierInfo * Namespace) ActOnPragmaAttributePop() argument
1139 ActOnPragmaOptimize(bool On,SourceLocation PragmaLoc) ActOnPragmaOptimize() argument
1254 ActOnPragmaVisibility(const IdentifierInfo * VisType,SourceLocation PragmaLoc) ActOnPragmaVisibility() argument
[all...]
H A DSemaDecl.cpp20422 ActOnPragmaRedefineExtname(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaRedefineExtname() argument
20448 ActOnPragmaWeakID(IdentifierInfo * Name,SourceLocation PragmaLoc,SourceLocation NameLoc) ActOnPragmaWeakID() argument
20461 ActOnPragmaWeakAlias(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaWeakAlias() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp728 SourceLocation PragmaLoc = Tok.getLocation(); HandlePragmaPack() local
799 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaWeak() local
807 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaWeakAlias() local
851 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaFPContract() local
867 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaFloatControl() local
891 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaFEnvAccess() local
900 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaFEnvRound() local
925 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaCXLimitedRange() local
1007 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaMSPointersToMembers() local
1017 SourceLocation PragmaLoc = ConsumeAnnotationToken(); HandlePragmaMSVtorDisp() local
1872 SourceLocation PragmaLoc = Tok.getLocation(); HandlePragmaAttribute() local
[all...]
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2331 setCurrentFPEvalMethod(SourceLocation PragmaLoc,LangOptions::FPEvalMethodKind Val) setCurrentFPEvalMethod() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4349 SourceLocation PragmaLoc = SemaRef.getOptimizeOffPragmaLocation(); WriteOptimizePragmaOptions() local