Searched defs:PragmaLocation (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 632 Act(SourceLocation PragmaLocation,PragmaMsStackAction Action,llvm::StringRef StackSlotLabel,AlignPackInfo Value) Act() argument 695 SourceLocation PragmaLocation; UnifySection() local 747 ActOnPragmaMSSeg(SourceLocation PragmaLocation,PragmaMsStackAction Action,llvm::StringRef StackSlotLabel,StringLiteral * SegmentName,llvm::StringRef PragmaName) ActOnPragmaMSSeg() argument 774 ActOnPragmaMSStrictGuardStackCheck(SourceLocation PragmaLocation,PragmaMsStackAction Action,bool Value) ActOnPragmaMSStrictGuardStackCheck() argument 785 ActOnPragmaMSSection(SourceLocation PragmaLocation,int SectionFlags,StringLiteral * SegmentName) ActOnPragmaMSSection() argument 790 ActOnPragmaMSInitSeg(SourceLocation PragmaLocation,StringLiteral * SegmentName) ActOnPragmaMSInitSeg() argument 800 ActOnPragmaMSAllocText(SourceLocation PragmaLocation,StringRef Section,const SmallVector<std::tuple<IdentifierInfo *,SourceLocation>> & Functions) ActOnPragmaMSAllocText() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1036 SourceLocation PragmaLocation = ConsumeAnnotationToken(); in HandlePragmaMSPragma() local 1067 SourceLocation PragmaLocation) { in HandlePragmaMSSection() argument 1148 HandlePragmaMSSegment(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSSegment() argument 1232 HandlePragmaMSInitSeg(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSInitSeg() argument 1296 HandlePragmaMSStrictGuardStackCheck(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSStrictGuardStackCheck() argument 1346 HandlePragmaMSAllocText(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSAllocText() argument 2317 SourceLocation PragmaLocation = Tok.getLocation(); HandlePragma() local 3801 HandlePragmaMSFunction(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSFunction() argument 3837 HandlePragmaMSOptimize(StringRef PragmaName,SourceLocation PragmaLocation) HandlePragmaMSOptimize() argument [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1493 SourceLocation PragmaLocation; global() member 1624 SourceLocation PragmaLocation; global() member [all...] |