Home
last modified time | relevance | path

Searched defs:PragmaLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp633 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, in Act()
696 SourceLocation PragmaLocation; in UnifySection() local
748 void Sema::ActOnPragmaMSSeg(SourceLocation PragmaLocation, in ActOnPragmaMSSeg()
775 void Sema::ActOnPragmaMSStrictGuardStackCheck(SourceLocation PragmaLocation, in ActOnPragmaMSStrictGuardStackCheck()
786 void Sema::ActOnPragmaMSSection(SourceLocation PragmaLocation, in ActOnPragmaMSSection()
791 void Sema::ActOnPragmaMSInitSeg(SourceLocation PragmaLocation, in ActOnPragmaMSInitSeg()
801 SourceLocation PragmaLocation, StringRef Section, in ActOnPragmaMSAllocText()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1036 SourceLocation PragmaLocation = ConsumeAnnotationToken(); in HandlePragmaMSPragma() local
1067 SourceLocation PragmaLocation) { in HandlePragmaMSSection()
1148 SourceLocation PragmaLocation) { in HandlePragmaMSSegment()
1232 SourceLocation PragmaLocation) { in HandlePragmaMSInitSeg()
1296 StringRef PragmaName, SourceLocation PragmaLocation) { in HandlePragmaMSStrictGuardStackCheck()
1346 SourceLocation PragmaLocation) { in HandlePragmaMSAllocText()
2317 SourceLocation PragmaLocation = Tok.getLocation(); in HandlePragma() local
3801 SourceLocation PragmaLocation) { in HandlePragmaMSFunction()
3837 SourceLocation PragmaLocation) { in HandlePragmaMSOptimize()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1494 SourceLocation PragmaLocation; member
1625 SourceLocation PragmaLocation; member