Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp620 Act(SourceLocation PragmaLocation,PragmaMsStackAction Action,llvm::StringRef StackSlotLabel,AlignPackInfo Value) Act() argument
683 SourceLocation PragmaLocation; UnifySection() local
735 ActOnPragmaMSSeg(SourceLocation PragmaLocation,PragmaMsStackAction Action,llvm::StringRef StackSlotLabel,StringLiteral * SegmentName,llvm::StringRef PragmaName) ActOnPragmaMSSeg() argument
762 ActOnPragmaMSStrictGuardStackCheck(SourceLocation PragmaLocation,PragmaMsStackAction Action,bool Value) ActOnPragmaMSStrictGuardStackCheck() argument
773 ActOnPragmaMSSection(SourceLocation PragmaLocation,int SectionFlags,StringLiteral * SegmentName) ActOnPragmaMSSection() argument
778 ActOnPragmaMSInitSeg(SourceLocation PragmaLocation,StringLiteral * SegmentName) ActOnPragmaMSInitSeg() argument
788 ActOnPragmaMSAllocText(SourceLocation PragmaLocation,StringRef Section,const SmallVector<std::tuple<IdentifierInfo *,SourceLocation>> & Functions) ActOnPragmaMSAllocText() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1028 SourceLocation PragmaLocation = ConsumeAnnotationToken(); HandlePragmaMSPragma() local
1059 HandlePragmaMSSection(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSSection() argument
1140 HandlePragmaMSSegment(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSSegment() argument
1224 HandlePragmaMSInitSeg(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSInitSeg() argument
1288 HandlePragmaMSStrictGuardStackCheck(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSStrictGuardStackCheck() argument
1338 HandlePragmaMSAllocText(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSAllocText() argument
2306 SourceLocation PragmaLocation = Tok.getLocation(); HandlePragma() local
3790 HandlePragmaMSFunction(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSFunction() argument
3826 HandlePragmaMSOptimize(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSOptimize() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h467 SourceLocation PragmaLocation; global() member
599 SourceLocation PragmaLocation; global() member
[all...]