HomeSort by: relevance | last modified time | path
    Searched refs:SourceLocation (Results 1 - 25 of 504) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 16 #include "clang/Basic/SourceLocation.h"
28 SmallVector<SourceLocation, 6> CondDirectiveStack;
31 SourceLocation Loc;
32 SourceLocation RegionLoc;
35 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc)
38 SourceLocation getLoc() const { return Loc; }
39 SourceLocation getRegionLoc() const { return RegionLoc; }
49 bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) {
52 bool operator()(SourceLocation LHS, const CondDirectiveLoc &RHS)
    [all...]
ModuleLoader.h 19 #include "clang/Basic/SourceLocation.h"
32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>;
117 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
129 virtual void createModuleFromSource(SourceLocation Loc, StringRef ModuleName,
135 SourceLocation ImportLoc) = 0;
148 SourceLocation TriggerLoc) = 0;
155 SourceLocation TriggerLoc) = 0;
163 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
169 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName,
173 SourceLocation ImportLoc) override {
    [all...]
ScratchBuffer.h 16 #include "clang/Basic/SourceLocation.h"
27 SourceLocation BufferStartLoc;
33 /// return a SourceLocation that refers to the token. This is just like the
36 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
TokenLexer.h 16 #include "clang/Basic/SourceLocation.h"
60 SourceLocation ExpandLocStart, ExpandLocEnd;
64 SourceLocation MacroExpansionStart;
71 SourceLocation MacroDefStart;
108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI,
131 void Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI,
207 SourceLocation VAOPTClosingParenLoc);
218 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
223 SourceLocation getExpansionLocForMacroDefLoc(SourceLocation loc) const
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
SelectorLocationsKind.h 21 class SourceLocation;
46 ArrayRef<SourceLocation> SelLocs,
48 SourceLocation EndLoc);
56 SourceLocation getStandardSelectorLoc(unsigned Index,
60 SourceLocation EndLoc);
64 ArrayRef<SourceLocation> SelLocs,
66 SourceLocation EndLoc);
74 SourceLocation getStandardSelectorLoc(unsigned Index,
78 SourceLocation EndLoc);
Availability.h 16 #include "clang/Basic/SourceLocation.h"
39 SourceLocation BeginLoc, EndLoc;
43 SourceLocation BeginLoc, SourceLocation EndLoc)
48 AvailabilitySpec(SourceLocation StarLoc)
53 SourceLocation getBeginLoc() const { return BeginLoc; }
54 SourceLocation getEndLoc() const { return EndLoc; }
ExprOpenMP.h 59 SourceLocation ColonLocFirst;
60 SourceLocation ColonLocSecond;
61 SourceLocation RBracketLoc;
66 SourceLocation ColonLocFirst,
67 SourceLocation ColonLocSecond, SourceLocation RBracketLoc)
113 SourceLocation getBeginLoc() const LLVM_READONLY {
116 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; }
118 SourceLocation getColonLocFirst() const { return ColonLocFirst; }
119 void setColonLocFirst(SourceLocation L) { ColonLocFirst = L;
    [all...]
CommentSema.h 18 #include "clang/Basic/SourceLocation.h"
63 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) {
89 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
90 SourceLocation LocEnd,
100 ParamCommandComment *actOnParamCommandStart(SourceLocation LocBegin,
101 SourceLocation LocEnd,
106 SourceLocation ArgLocBegin,
107 SourceLocation ArgLocEnd,
111 SourceLocation ArgLocBegin,
112 SourceLocation ArgLocEnd
    [all...]
TypeLoc.h 22 #include "clang/Basic/SourceLocation.h"
146 SourceLocation getBeginLoc() const;
149 SourceLocation getEndLoc() const;
196 void initialize(ASTContext &Context, SourceLocation Loc) const {
229 SourceLocation findNullabilityLoc() const;
237 SourceLocation Loc);
291 void initializeLocal(ASTContext &Context, SourceLocation Loc) {
508 SourceLocation NameLoc;
523 SourceLocation getNameLoc() const {
527 void setNameLoc(SourceLocation Loc)
    [all...]
ExprObjC.h 27 #include "clang/Basic/SourceLocation.h"
54 SourceLocation AtLoc;
57 ObjCStringLiteral(StringLiteral *SL, QualType T, SourceLocation L)
69 SourceLocation getAtLoc() const { return AtLoc; }
70 void setAtLoc(SourceLocation L) { AtLoc = L; }
72 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; }
73 SourceLocation getEndLoc() const LLVM_READONLY { return String->getEndLoc(); }
90 SourceLocation Loc;
93 ObjCBoolLiteralExpr(bool val, QualType Ty, SourceLocation l)
104 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc;
    [all...]
StmtObjC.h 26 SourceLocation ForLoc;
27 SourceLocation RParenLoc;
30 SourceLocation FCL, SourceLocation RPL);
52 SourceLocation getForLoc() const { return ForLoc; }
53 void setForLoc(SourceLocation Loc) { ForLoc = Loc; }
54 SourceLocation getRParenLoc() const { return RParenLoc; }
55 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
57 SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; }
58 SourceLocation getEndLoc() const LLVM_READONLY
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
SelectorLocationsKind.cpp 19 static SourceLocation getStandardSelLoc(unsigned Index,
22 SourceLocation ArgLoc,
23 SourceLocation EndLoc) {
28 return SourceLocation();
36 return SourceLocation();
47 SourceLocation getArgLoc(T* Arg);
50 SourceLocation getArgLoc<Expr>(Expr *Arg) {
55 SourceLocation getArgLoc<ParmVarDecl>(ParmVarDecl *Arg) {
56 SourceLocation Loc = Arg->getBeginLoc();
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 21 #include "clang/Basic/SourceLocation.h"
102 /// \param Loc -- the SourceLocation of the unresolved expression.
103 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {}
110 /// \param Loc -- The SourceLocation of the Unlock
113 SourceLocation Loc,
114 SourceLocation LocPreviousUnlock) {}
124 /// \param LocLocked -- The SourceLocation of the Lock.
125 /// \param LocUnlock -- The SourceLocation of the Unlock.
128 SourceLocation LocLocked,
129 SourceLocation LocUnlock) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 147 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath;
239 SourceLocation> UnexpandedParameterPack;
246 SourceLocation PointerLoc;
250 SourceLocation PointerEndLoc;
297 void enterCondition(Sema &S, SourceLocation Tok);
298 void enterReturn(Sema &S, SourceLocation Tok);
299 void enterVariableInit(SourceLocation Tok, Decl *D);
301 void enterDesignatedInitializer(SourceLocation Tok, QualType BaseType,
312 void enterFunctionArgument(SourceLocation Tok,
315 void enterParenExpr(SourceLocation Tok, SourceLocation LParLoc)
    [all...]
Weak.h 17 #include "clang/Basic/SourceLocation.h"
26 SourceLocation loc; // for diagnostics
30 : alias(nullptr), loc(SourceLocation()), used(false) {}
31 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc)
34 inline SourceLocation getLocation() const { return loc; }
DeclSpec.h 71 void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); }
72 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); }
73 SourceLocation getBeginLoc() const { return Range.getBegin(); }
74 SourceLocation getEndLoc() const { return Range.getEnd(); }
92 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
93 SourceLocation ColonColonLoc);
107 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
121 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc)
    [all...]
Designator.h 17 #include "clang/Basic/SourceLocation.h"
48 SourceLocation DotLoc;
49 SourceLocation NameLoc;
53 SourceLocation LBracketLoc;
54 mutable SourceLocation RBracketLoc;
58 SourceLocation LBracketLoc, EllipsisLoc;
59 mutable SourceLocation RBracketLoc;
80 SourceLocation getDotLoc() const {
85 SourceLocation getFieldLoc() const {
104 SourceLocation getLBracketLoc() const
    [all...]
ParsedTemplate.h 18 #include "clang/Basic/SourceLocation.h"
50 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
64 SourceLocation TemplateLoc)
94 SourceLocation getLocation() const { return Loc; }
106 SourceLocation getEllipsisLoc() const {
117 SourceLocation EllipsisLoc) const;
132 SourceLocation Loc;
136 SourceLocation EllipsisLoc;
156 SourceLocation TemplateKWLoc;
160 SourceLocation TemplateNameLoc
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 1 //===- SourceLocation.h - Compact identifier for Source Files ---*- C++ -*-===//
10 /// Defines the clang::SourceLocation class and associated facilities.
85 /// In addition, one bit of SourceLocation is used for quick access to the
89 class SourceLocation {
93 friend struct llvm::FoldingSetTrait<SourceLocation>;
105 /// Return true if this is a valid SourceLocation object.
119 static SourceLocation getFileLoc(unsigned ID) {
121 SourceLocation L;
126 static SourceLocation getMacroLoc(unsigned ID) {
128 SourceLocation L
    [all...]
PrettyStackTrace.h 19 #include "clang/Basic/SourceLocation.h"
28 SourceLocation Loc;
31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 20 CondDirectiveStack.push_back(SourceLocation());
39 SourceLocation uppRegion;
46 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc(
47 SourceLocation Loc) const {
49 return SourceLocation();
51 return SourceLocation();
75 void PPConditionalDirectiveRecord::If(SourceLocation Loc,
82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc,
89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h 20 SourceLocation Loc;
42 SourceLocation Loc;
43 SourceLocation AssumptionLoc;
53 SourceLocation Loc;
74 SourceLocation Loc;
85 SourceLocation Loc;
94 SourceLocation Loc;
103 SourceLocation Loc;
118 SourceLocation Loc;
128 SourceLocation Loc
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
MacroExpansionContext.h 13 #include "clang/Basic/SourceLocation.h"
89 Optional<StringRef> getExpandedText(SourceLocation MacroExpansionLoc) const;
95 Optional<StringRef> getOriginalText(SourceLocation MacroExpansionLoc) const;
105 using ExpansionMap = llvm::DenseMap<SourceLocation, MacroExpansionText>;
106 using ExpansionRangeMap = llvm::DenseMap<SourceLocation, SourceLocation>;
  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
Commit.h 13 #include "clang/Basic/SourceLocation.h"
40 SourceLocation OrigLoc;
46 SourceLocation getFileLocation(SourceManager &SM) const;
70 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
73 bool insertAfterToken(SourceLocation loc, StringRef text,
78 bool insertBefore(SourceLocation loc, StringRef text) {
83 bool insertFromRange(SourceLocation loc, CharSourceRange range,
92 bool replaceText(SourceLocation loc, StringRef text,
95 bool insertFromRange(SourceLocation loc, SourceRange TokenRange,
125 void addInsert(SourceLocation OrigLoc
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
LookupResult.h 22 struct SourceLocation {
30 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
36 raw_ostream &operator<<(raw_ostream &OS, const SourceLocation &R);
38 using SourceLocations = std::vector<SourceLocation>;
49 /// SourceLocation for each inlined function with the last entry pointing to

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>