Searched defs:PragmaLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp256 void Sema::ActOnPragmaClangSection(SourceLocation PragmaLoc, PragmaClangSectionAction Action, argument
289 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, argument
205 ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind, SourceLocation PragmaLoc) argument
410 ActOnPragmaMSPointersToMembers( LangOptions::PragmaMSPointersToMembersKind RepresentationMethod, SourceLocation PragmaLoc) argument
417 ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, SourceLocation PragmaLoc, MSVtorDispMode Mode) argument
553 ActOnPragmaUnused(const Token &IdTok, Scope *curScope, SourceLocation PragmaLoc) argument
653 ActOnPragmaAttributeAttribute( ParsedAttr &Attribute, SourceLocation PragmaLoc, attr::ParsedSubjectMatchRuleSet Rules) argument
765 ActOnPragmaAttributeEmptyPush(SourceLocation PragmaLoc, const IdentifierInfo *Namespace) argument
772 ActOnPragmaAttributePop(SourceLocation PragmaLoc, const IdentifierInfo *Namespace) argument
849 ActOnPragmaOptimize(bool On, SourceLocation PragmaLoc) argument
914 ActOnPragmaVisibility(const IdentifierInfo* VisType, SourceLocation PragmaLoc) argument
[all...]
H A DSemaDecl.cpp17746 ActOnPragmaRedefineExtname(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
17773 ActOnPragmaWeakID(IdentifierInfo* Name, SourceLocation PragmaLoc, SourceLocation NameLoc) argument
17787 ActOnPragmaWeakAlias(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp207 SourceLocation PragmaLoc = Tok.getLocation(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp524 SourceLocation PragmaLoc = Tok.getLocation(); local
569 SourceLocation PragmaLoc = ConsumeAnnotationToken(); local
577 SourceLocation PragmaLoc = ConsumeAnnotationToken(); local
728 SourceLocation PragmaLoc = ConsumeAnnotationToken(); local
738 SourceLocation PragmaLoc = ConsumeAnnotationToken(); local
1402 SourceLocation PragmaLoc = Tok.getLocation(); local
[all...]

Completed in 259 milliseconds