Home
last modified time | relevance | path

Searched defs:Loc (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h181 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident()
185 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective()
190 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment()
196 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch()
203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
223 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
229 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
235 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
240 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
251 virtual void PragmaWarning(SourceLocation Loc, StringRef WarningSpec, in PragmaWarning()
[all …]
/external/clang/include/clang/Lex/
DPPCallbacks.h158 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident()
162 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective()
167 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment()
173 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch()
180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
200 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
206 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
212 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
217 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
228 virtual void PragmaWarning(SourceLocation Loc, StringRef WarningSpec, in PragmaWarning()
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp132 void ExpandModularHeadersPPCallbacks::parseToLocation(SourceLocation Loc) { in parseToLocation()
154 SourceLocation Loc, FileChangeReason Reason, in FileChanged()
184 void ExpandModularHeadersPPCallbacks::Ident(SourceLocation Loc, StringRef) { in Ident()
187 void ExpandModularHeadersPPCallbacks::PragmaDirective(SourceLocation Loc, in PragmaDirective()
191 void ExpandModularHeadersPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment()
196 void ExpandModularHeadersPPCallbacks::PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch()
201 void ExpandModularHeadersPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug()
205 void ExpandModularHeadersPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
211 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
215 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
[all …]
/external/rust/crates/protobuf/src/text_format/lexer/
Dloc.rs8 pub struct Loc { struct
15 impl fmt::Display for Loc { argument
21 impl Loc { impl
/external/clang/include/clang/AST/
DTypeLoc.h167 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize()
263 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
298 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local
496 void setNameLoc(SourceLocation Loc) { in setNameLoc()
502 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
525 void setBuiltinLoc(SourceLocation Loc) { in setBuiltinLoc()
606 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
871 void setTypeArgsLAngleLoc(SourceLocation Loc) { in setTypeArgsLAngleLoc()
878 void setTypeArgsRAngleLoc(SourceLocation Loc) { in setTypeArgsRAngleLoc()
899 void setProtocolLAngleLoc(SourceLocation Loc) { in setProtocolLAngleLoc()
[all …]
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h196 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize()
291 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
327 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local
527 void setNameLoc(SourceLocation Loc) { in setNameLoc()
535 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
559 void setBuiltinLoc(SourceLocation Loc) { in setBuiltinLoc()
657 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
764 void setNameLoc(SourceLocation Loc) { in setNameLoc()
774 void setProtocolLAngleLoc(SourceLocation Loc) { in setProtocolLAngleLoc()
784 void setProtocolRAngleLoc(SourceLocation Loc) { in setProtocolRAngleLoc()
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h21 SourceLocation Loc; member
43 SourceLocation Loc; member
64 SourceLocation Loc; member
75 SourceLocation Loc; member
84 SourceLocation Loc; member
93 SourceLocation Loc; member
108 SourceLocation Loc; member
118 SourceLocation Loc; member
126 SourceLocation Loc; member
135 SourceLocation Loc; member
[all …]
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.h20 SourceLocation Loc; member
42 SourceLocation Loc; member
53 SourceLocation Loc; member
74 SourceLocation Loc; member
85 SourceLocation Loc; member
94 SourceLocation Loc; member
103 SourceLocation Loc; member
118 SourceLocation Loc; member
128 SourceLocation Loc; member
146 SourceLocation Loc; member
[all …]
/external/clang/lib/Sema/
DSemaCoroutine.cpp27 SourceLocation Loc) { in lookupPromiseType()
104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext()
163 SourceLocation Loc, Expr *E) { in buildOperatorCoawaitCall()
175 static ExprResult buildMemberCall(Sema &S, Expr *Base, SourceLocation Loc, in buildMemberCall()
194 static ReadySuspendResumeResult buildCoawaitCalls(Sema &S, SourceLocation Loc, in buildCoawaitCalls()
215 ExprResult Sema::ActOnCoawaitExpr(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoawaitExpr()
227 ExprResult Sema::BuildCoawaitExpr(SourceLocation Loc, Expr *E) { in BuildCoawaitExpr()
261 SourceLocation Loc, StringRef Name, in buildPromiseCall()
276 ExprResult Sema::ActOnCoyieldExpr(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoyieldExpr()
294 ExprResult Sema::BuildCoyieldExpr(SourceLocation Loc, Expr *E) { in BuildCoyieldExpr()
[all …]
DDeclSpec.cpp502 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
563 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
577 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
592 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
602 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
612 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
641 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
661 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
691 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
713 bool DeclSpec::SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, in SetTypeAltiVecVector()
[all …]
/external/llvm-project/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp75 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()
104 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
110 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.cpp26 SourceLocation Loc) { in getSourceLocationString()
103 void PPCallbacksTracker::FileChanged(SourceLocation Loc, in FileChanged()
170 void PPCallbacksTracker::Ident(SourceLocation Loc, llvm::StringRef Str) { in Ident()
177 void PPCallbacksTracker::PragmaDirective(SourceLocation Loc, in PragmaDirective()
185 void PPCallbacksTracker::PragmaComment(SourceLocation Loc, in PragmaComment()
196 void PPCallbacksTracker::PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch()
206 void PPCallbacksTracker::PragmaDebug(SourceLocation Loc, in PragmaDebug()
214 void PPCallbacksTracker::PragmaMessage(SourceLocation Loc, in PragmaMessage()
227 void PPCallbacksTracker::PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
236 void PPCallbacksTracker::PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
[all …]
/external/llvm-project/clang/include/clang/Sema/
DTemplateDeduction.h48 SourceLocation Loc; variable
66 : Loc(Loc), DeducedDepth(DeducedDepth) {} in Loc() function
140 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
150 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic()
318 SourceLocation Loc; variable
329 : Loc(Loc), ForTakingAddress(ForTakingAddress) {} in Loc() function
358 void NoteCandidates(Sema &S, SourceLocation Loc) const { in NoteCandidates()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h82 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp()
91 SourceLocation Loc) {} in handleUnmatchedUnlock()
104 SourceLocation Loc) {} in handleIncorrectUnlockKind()
112 SourceLocation Loc) {} in handleDoubleLock()
152 SourceLocation Loc) {} in handleNoMutexHeld()
176 SourceLocation Loc) {} in handleNegativeNotHeld()
186 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
191 Name L2Name, SourceLocation Loc) {} in handleLockAcquiredBefore()
194 virtual void handleBeforeAfterCycle(Name L1Name, SourceLocation Loc) {} in handleBeforeAfterCycle()
/external/clang/include/clang/Sema/
DTemplateDeduction.h38 SourceLocation Loc; variable
51 TemplateDeductionInfo(SourceLocation Loc) in TemplateDeductionInfo()
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
99 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic()
274 SourceLocation Loc; variable
288 : Loc(Loc), ForTakingAddress(ForTakingAddress) {} in Loc() function
313 void NoteCandidates(Sema &S, SourceLocation Loc) const { in NoteCandidates()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp121 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
127 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
178 const MemoryLocation &Loc) { in getModRefInfo()
184 const MemoryLocation &Loc, in getModRefInfo()
434 const MemoryLocation &Loc) { in getModRefInfo()
439 const MemoryLocation &Loc, in getModRefInfo()
459 const MemoryLocation &Loc) { in getModRefInfo()
464 const MemoryLocation &Loc, in getModRefInfo()
491 ModRefInfo AAResults::getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo()
497 const MemoryLocation &Loc, in getModRefInfo()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DAliasAnalysis.cpp140 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
146 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
197 const MemoryLocation &Loc) { in getModRefInfo()
203 const MemoryLocation &Loc, in getModRefInfo()
452 const MemoryLocation &Loc) { in getModRefInfo()
457 const MemoryLocation &Loc, in getModRefInfo()
477 const MemoryLocation &Loc) { in getModRefInfo()
482 const MemoryLocation &Loc, in getModRefInfo()
509 ModRefInfo AAResults::getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo()
515 const MemoryLocation &Loc, in getModRefInfo()
[all …]
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp615 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
677 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
691 bool DeclSpec::SetTypeSpecWidth(TypeSpecifierWidth W, SourceLocation Loc, in SetTypeSpecWidth()
708 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
718 bool DeclSpec::SetTypeSpecSign(TypeSpecifierSign S, SourceLocation Loc, in SetTypeSpecSign()
727 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
758 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
780 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
812 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, in SetTypeSpecType()
821 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
[all …]
/external/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp87 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc, in emitDiagnostic()
165 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack()
190 void DiagnosticRenderer::emitIncludeStackRecursively(FullSourceLoc Loc) { in emitIncludeStackRecursively()
219 void DiagnosticRenderer::emitImportStack(FullSourceLoc Loc) { in emitImportStack()
231 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively()
261 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, in retrieveMacroLocation()
316 static void getMacroArgExpansionFileIDs(SourceLocation Loc, in getMacroArgExpansionFileIDs()
417 void DiagnosticRenderer::emitCaret(FullSourceLoc Loc, in emitCaret()
429 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion()
455 static bool checkLocForMacroArgExpansion(SourceLocation Loc, in checkLocForMacroArgExpansion()
[all …]
DPrintPreprocessedOutput.cpp156 bool MoveToLine(SourceLocation Loc) { in MoveToLine()
259 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged()
400 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident()
445 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
473 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug()
485 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
493 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
500 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic()
528 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning()
540 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush()
[all …]
/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp255 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment()
284 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd()
297 bool COFFMasmParser::ParseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib()
319 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc()
355 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc()
375 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) { in ParseDirectiveAlias()
395 SMLoc Loc) { in ParseSEHDirectiveAllocStack()
407 SMLoc Loc) { in ParseSEHDirectiveEndProlog()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp81 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic()
166 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack()
192 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively()
221 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack()
235 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively()
271 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, in retrieveMacroLocation()
313 static void getMacroArgExpansionFileIDs(SourceLocation Loc, in getMacroArgExpansionFileIDs()
409 void DiagnosticRenderer::emitCaret(SourceLocation Loc, in emitCaret()
422 SourceLocation Loc, in emitSingleMacroExpansion()
450 static bool checkLocForMacroArgExpansion(SourceLocation Loc, in checkLocForMacroArgExpansion()
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantPreprocessorCheck.cpp22 SourceLocation Loc; member
38 void If(SourceLocation Loc, SourceRange ConditionRange, in If()
46 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef()
54 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef()
63 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
73 void CheckMacroRedundancy(SourceLocation Loc, StringRef MacroName, in CheckMacroRedundancy()
/external/llvm-project/clang/lib/AST/Interp/
DState.cpp20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, in FFDiag()
41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, in CCEDiag()
62 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note()
75 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) { in report()
80 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag()
86 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagId, in diag()

12345678910>>...48