Home
last modified time | relevance | path

Searched refs:SourceLocation (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5181 SourceLocation opLoc = SourceLocation());
9569 SourceLocation &PLoc, SourceLocation PrevLoc,
11029 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc,
11030 SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc);
11131 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc);
11172 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc);
11189 SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc,
11196 SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc,
11270 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KindLoc,
11275 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,
[all …]
H A DDeclSpec.h107 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
121 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
136 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
156 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
386 SourceLocation TSTNameLoc;
394 SourceLocation TQ_pipeLoc;
1181 SourceLocation Loc;
1183 SourceLocation EndLoc;
1610 SourceLocation LBLoc, SourceLocation RBLoc) { in getArray()
1885 SourceLocation CommaLoc;
[all …]
H A DDesignator.h48 SourceLocation DotLoc;
49 SourceLocation NameLoc;
53 SourceLocation LBracketLoc;
54 mutable SourceLocation RBracketLoc;
58 SourceLocation LBracketLoc, EllipsisLoc;
59 mutable SourceLocation RBracketLoc;
80 SourceLocation getDotLoc() const { in getDotLoc()
85 SourceLocation getFieldLoc() const { in getFieldLoc()
104 SourceLocation getLBracketLoc() const { in getLBracketLoc()
113 SourceLocation getRBracketLoc() const { in getRBracketLoc()
[all …]
H A DParsedTemplate.h64 SourceLocation TemplateLoc) in ParsedTemplateArgument()
106 SourceLocation getEllipsisLoc() const { in getEllipsisLoc()
132 SourceLocation Loc;
136 SourceLocation EllipsisLoc;
156 SourceLocation TemplateKWLoc;
160 SourceLocation TemplateNameLoc;
179 SourceLocation LAngleLoc;
183 SourceLocation RAngleLoc;
200 Create(SourceLocation TemplateKWLoc, SourceLocation TemplateNameLoc, in Create()
203 SourceLocation LAngleLoc, SourceLocation RAngleLoc, in Create()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h209 SourceLocation Loc = SourceLocation()) const;
906 SourceLocation createMacroArgExpansionLoc(SourceLocation Loc,
913 SourceLocation
921 SourceLocation createTokenSplitLoc(SourceLocation SpellingLoc,
1158 SourceLocation getExpansionLoc(SourceLocation Loc) const { in getExpansionLoc()
1168 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc()
1206 SourceLocation getSpellingLoc(SourceLocation Loc) const { in getSpellingLoc()
1762 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
1803 SourceLocation
1860 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
[all …]
H A DSourceLocation.h88 class SourceLocation {
121 SourceLocation L;
128 SourceLocation L;
138 SourceLocation L;
155 SourceLocation X;
198 inline bool operator<(const SourceLocation &LHS, const SourceLocation &RHS) {
201 inline bool operator>(const SourceLocation &LHS, const SourceLocation &RHS) {
213 SourceLocation B;
214 SourceLocation E;
271 static CharSourceRange getTokenRange(SourceLocation B, SourceLocation E) {
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h28 SmallVector<SourceLocation, 6> CondDirectiveStack;
31 SourceLocation Loc;
32 SourceLocation RegionLoc;
35 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc()
38 SourceLocation getLoc() const { return Loc; } in getLoc()
85 SourceLocation findConditionalDirectiveRegionLoc(SourceLocation Loc) const;
88 void If(SourceLocation Loc, SourceRange ConditionRange,
99 SourceLocation IfLoc) override;
103 SourceLocation IfLoc) override;
104 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
[all …]
H A DPPCallbacks.h166 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport()
185 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective()
371 SourceLocation IfLoc) { in Elifdef()
395 SourceLocation IfLoc) { in Elifndef()
401 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
407 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
483 void PragmaDirective(SourceLocation Loc, in PragmaDirective()
633 SourceLocation IfLoc) override { in Elifdef()
653 SourceLocation IfLoc) override { in Elifndef()
659 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h59 SourceLocation ColonLocFirst;
60 SourceLocation ColonLocSecond;
61 SourceLocation RBracketLoc;
67 SourceLocation ColonLocSecond, SourceLocation RBracketLoc) in OMPArraySectionExpr()
287 SourceLocation AssignmentLoc;
288 SourceLocation ColonLoc, SecondColonLoc;
312 SourceLocation IteratorKwLoc;
314 SourceLocation LPLoc;
316 SourceLocation RPLoc;
321 SourceLocation L, SourceLocation R,
[all …]
H A DOpenMPClause.h183 OMPVarListLocTy(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPVarListLocTy()
475 SourceLocation ColonLoc, SourceLocation EndLoc) in OMPIfClause()
554 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPFinalClause()
1600 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause()
1791 OMPNowaitClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPNowaitClause()
1830 OMPUntiedClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPUntiedClause()
1910 OMPReadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReadClause()
1949 OMPWriteClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPWriteClause()
2030 OMPUpdateClause(SourceLocation StartLoc, SourceLocation EndLoc, in OMPUpdateClause()
3123 SourceLocation ModifierLoc, SourceLocation ColonLoc,
[all …]
H A DCommentSema.h63 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { in Diag()
106 SourceLocation ArgLocBegin,
107 SourceLocation ArgLocEnd,
111 SourceLocation ArgLocBegin,
112 SourceLocation ArgLocEnd,
125 SourceLocation ArgLocEnd,
150 TextComment *actOnText(SourceLocation LocBegin,
151 SourceLocation LocEnd,
175 SourceLocation GreaterLoc,
178 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
[all …]
H A DTypeLoc.h508 SourceLocation NameLoc;
743 SourceLocation NameLoc;
771 SourceLocation(); in getProtocolLAngleLoc()
781 SourceLocation(); in getProtocolRAngleLoc()
1035 SourceLocation NameLoc;
1192 SourceLocation StarLoc;
1565 SourceLocation NameLoc;
1678 SourceLocation AttrLoc;
1753 SourceLocation NameLoc;
1828 SourceLocation AttrLoc;
[all …]
H A DExprObjC.h54 SourceLocation AtLoc;
90 SourceLocation Loc;
513 SourceLocation protoLoc, SourceLocation rp) in ObjCProtocolExpr()
551 SourceLocation Loc;
554 SourceLocation OpLoc;
639 SourceLocation IdLoc;
657 ExprObjectKind OK, SourceLocation l, SourceLocation sl, in ObjCPropertyRefExpr()
677 SourceLocation IdLoc, SourceLocation SuperLoc, in ObjCPropertyRefExpr()
688 SourceLocation IdLoc, SourceLocation ReceiverLoc, in ObjCPropertyRefExpr()
1490 SourceLocation OpLoc;
[all …]
H A DStmtOpenMP.h296 SourceLocation StartLoc, SourceLocation EndLoc) in OMPExecutableDirective()
622 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective()
1096 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopDirective()
1511 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective()
1577 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective()
1865 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSingleDirective()
1998 SourceLocation StartLoc, SourceLocation EndLoc,
2345 OMPTaskDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskDirective()
2609 OMPFlushDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPFlushDirective()
4894 SourceLocation(), SourceLocation(), CollapsedNum) {} in OMPTargetTeamsDistributeParallelForSimdDirective()
[all …]
H A DStmtObjC.h26 SourceLocation ForLoc;
27 SourceLocation RParenLoc;
30 SourceLocation FCL, SourceLocation RPL);
58 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc()
81 SourceLocation AtCatchLoc, RParenLoc;
84 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt()
128 SourceLocation AtFinallyLoc;
168 SourceLocation AtTryLoc;
279 SourceLocation AtSynchronizedLoc;
333 SourceLocation AtThrowLoc;
[all …]
H A DStmt.h363 SourceLocation Loc; in alignas()
380 SourceLocation Loc; in alignas()
1413 SourceLocation LB, SourceLocation RB);
1604 SourceLocation ellipsisLoc, SourceLocation colonLoc) in CaseStmt()
1726 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) in DefaultStmt()
1965 SourceLocation EL = SourceLocation(),
2163 SourceLocation LParenLoc, SourceLocation RParenLoc);
2346 SourceLocation WL, SourceLocation LParenLoc,
2456 DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation WL, in DoStmt()
2512 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
[all …]
H A DExprCXX.h376 SourceLocation Loc;
462 FPOptionsOverride FPO, SourceLocation L, SourceLocation RParenLoc,
482 SourceLocation l, SourceLocation RParenLoc, in CXXDynamicCastExpr()
527 SourceLocation l, SourceLocation RParenLoc, in CXXReinterpretCastExpr()
1291 SourceLocation getBeginLoc() const { return SourceLocation(); } in getBeginLoc()
1292 SourceLocation getEndLoc() const { return SourceLocation(); } in getEndLoc()
1656 SourceLocation Loc;
2669 SourceLocation Loc;
2764 SourceLocation Loc;
4005 SourceLocation Keyword, SourceLocation RParen) in CXXNoexceptExpr()
[all …]
H A DExpr.h1482 SourceLocation Loc;
1525 SourceLocation Loc;
1583 SourceLocation Loc;
1627 SourceLocation Loc;
1913 SourceLocation
2049 SYCLUniqueStableNameExpr(SourceLocation OpLoc, SourceLocation LParen,
2103 ParenExpr(SourceLocation l, SourceLocation r, Expr *val) in ParenExpr()
3754 TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation R);
4211 SourceLocation qloc, SourceLocation cloc, in BinaryConditionalOperator()
4398 SourceLocation BLoc, SourceLocation RP);
[all …]
H A DDeclObjC.h172 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
233 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
885 void setGetterName(Selector Sel, SourceLocation Loc = SourceLocation()) {
957 SourceLocation nameLoc, SourceLocation atStartLoc);
2058 SourceLocation nameLoc, SourceLocation atStartLoc,
2289 SourceLocation IvarLBraceLoc = SourceLocation(),
2290 SourceLocation IvarRBraceLoc = SourceLocation());
2419 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl()
2561 SourceLocation superLoc = SourceLocation(),
2562 SourceLocation IvarLBraceLoc=SourceLocation(),
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h79 SourceLocation PrevTokLocation;
334 SourceLocation LessLoc;
773 SourceLocation &AnyLoc, SourceLocation &LastMatchRuleEndLoc);
2037 SourceLocation LBracloc, SourceLocation SuperLoc,
2293 SourceLocation ColonLoc;
2605 SourceLocation FixItLoc = SourceLocation()) {
2613 SourceLocation FixItLoc = SourceLocation()) {
2711 SourceLocation endLoc;
2788 SourceLocation endLoc; in MaybeParseCXX11Attributes()
3047 SourceLocation InlineLoc = SourceLocation());
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp19 static SourceLocation getStandardSelLoc(unsigned Index, in getStandardSelLoc()
22 SourceLocation ArgLoc, in getStandardSelLoc()
28 return SourceLocation(); in getStandardSelLoc()
36 return SourceLocation(); in getStandardSelLoc()
47 SourceLocation getArgLoc(T* Arg);
50 SourceLocation getArgLoc<Expr>(Expr *Arg) { in getArgLoc()
55 SourceLocation getArgLoc<ParmVarDecl>(ParmVarDecl *Arg) { in getArgLoc()
56 SourceLocation Loc = Arg->getBeginLoc(); in getArgLoc()
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc()
99 SourceLocation EndLoc) { in hasStandardSelectorLocs()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp20 CondDirectiveStack.push_back(SourceLocation()); in PPConditionalDirectiveRecord()
39 SourceLocation uppRegion; in rangeIntersectsConditionalDirective()
49 return SourceLocation(); in findConditionalDirectiveRegionLoc()
51 return SourceLocation(); in findConditionalDirectiveRegionLoc()
75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
110 SourceLocation) { in Elifdef()
126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h113 SourceLocation Loc, in handleUnmatchedUnlock()
128 SourceLocation LocLocked, in handleIncorrectUnlockKind()
138 SourceLocation LocLocked, in handleDoubleLock()
139 SourceLocation LocDoubleLock) {} in handleDoubleLock()
155 SourceLocation LocLocked, in handleMutexHeldEndOfScope()
168 SourceLocation Loc1, in handleExclusiveAndShared()
169 SourceLocation Loc2) {} in handleExclusiveAndShared()
179 SourceLocation Loc) {} in handleNoMutexHeld()
192 LockKind LK, SourceLocation Loc,
203 SourceLocation Loc) {} in handleNegativeNotHeld()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h40 SourceLocation OrigLoc;
46 SourceLocation getFileLocation(SourceManager &SM) const;
73 bool insertAfterToken(SourceLocation loc, StringRef text,
78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore()
92 bool replaceText(SourceLocation loc, StringRef text,
125 void addInsert(SourceLocation OrigLoc,
132 bool canInsert(SourceLocation loc, FileOffset &Offset);
134 SourceLocation &AfterLoc);
137 bool canReplaceText(SourceLocation loc, StringRef text,
144 bool isAtStartOfMacroExpansion(SourceLocation loc,
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h20 SourceLocation Loc;
42 SourceLocation Loc;
53 SourceLocation Loc;
74 SourceLocation Loc;
85 SourceLocation Loc;
94 SourceLocation Loc;
103 SourceLocation Loc;
118 SourceLocation Loc;
128 SourceLocation Loc;
146 SourceLocation Loc;
[all …]

12345678910>>...20