/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 158 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/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 21 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 …]
|
D | ubsan_handlers.cc | 46 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local 110 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() local 144 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() local 178 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() local 222 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() local 271 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() local 323 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() local 369 Location Loc; in handleFloatCastOverflow() local 409 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue() local 475 SourceLocation Loc = Data->Loc.acquire(); in handleNonNullReturn() local [all …]
|
D | ubsan_handlers_cxx.h | 22 SourceLocation Loc; member 29 SourceLocation Loc; member
|
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 167 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 …]
|
D | StmtObjC.h | 54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() 56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() 103 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } in setAtCatchLoc() 105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() 142 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } in setAtFinallyLoc() 194 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; } in setAtTryLoc() 280 void setAtSynchronizedLoc(SourceLocation Loc) { AtSynchronizedLoc = Loc; } in setAtSynchronizedLoc() 330 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc() 364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc()
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 78 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/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 27 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 …]
|
D | DeclSpec.cpp | 492 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec() 553 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 567 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth() 582 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex() 592 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign() 602 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 631 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 651 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 681 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 703 bool DeclSpec::SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, in SetTypeAltiVecVector() [all …]
|
/external/clang/include/clang/Sema/ |
D | TemplateDeduction.h | 38 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() 248 SourceLocation Loc; variable 262 : Loc(Loc), ForTakingAddress(ForTakingAddress) {} in Loc() argument 287 void NoteCandidates(Sema &S, SourceLocation Loc) const { in NoteCandidates()
|
D | PrettyDeclStackTrace.h | 34 SourceLocation Loc; variable 38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, in PrettyDeclStackTraceEntry()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 82 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()
|
D | Consumed.h | 59 virtual void warnLoopStateMismatch(SourceLocation Loc, in warnLoopStateMismatch() 71 virtual void warnParamReturnTypestateMismatch(SourceLocation Loc, in warnParamReturnTypestateMismatch() 88 virtual void warnReturnTypestateForUnconsumableType(SourceLocation Loc, in warnReturnTypestateForUnconsumableType() 100 virtual void warnReturnTypestateMismatch(SourceLocation Loc, in warnReturnTypestateMismatch() 113 SourceLocation Loc) {} in warnUseOfTempInInvalidState() 128 SourceLocation Loc) {} in warnUseInInvalidState()
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 42 static StringRef getImmediateMacroName(SourceLocation Loc, in getImmediateMacroName() 123 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic() 208 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack() 233 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively() 262 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack() 276 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively() 312 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, in retrieveMacroLocation() 354 static void getMacroArgExpansionFileIDs(SourceLocation Loc, in getMacroArgExpansionFileIDs() 450 void DiagnosticRenderer::emitCaret(SourceLocation Loc, in emitCaret() 463 SourceLocation Loc, in emitSingleMacroExpansion() [all …]
|
D | PrintPreprocessedOutput.cpp | 149 bool MoveToLine(SourceLocation Loc) { in MoveToLine() 248 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() 340 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() 386 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage() 414 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() 426 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() 434 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() 441 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() 469 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning() 481 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush() [all …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 30 for (unsigned char Loc : E.Loc) { in dump() local 42 LocationList &Loc = Locations.back(); in parse() local 82 LocationList &Loc = Locations.back(); in parse() local 121 for (unsigned char Loc : E.Loc) in dump() local
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 92 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 133 const MemoryLocation &Loc) { in getModRefInfo() 195 const MemoryLocation &Loc) { in getModRefInfo() 210 const MemoryLocation &Loc) { in getModRefInfo() 232 const MemoryLocation &Loc) { in getModRefInfo() 251 const MemoryLocation &Loc) { in getModRefInfo() 264 const MemoryLocation &Loc) { in getModRefInfo() 277 const MemoryLocation &Loc) { in getModRefInfo() 290 const MemoryLocation &Loc) { in getModRefInfo() 365 const MemoryLocation &Loc) { in canBasicBlockModify() [all …]
|
/external/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 51 LineLocation Loc = I->first; in write() local 70 CallsiteLocation Loc = I->first; in write() local 108 CallsiteLocation Loc = J.first; in addNames() local 151 LineLocation Loc = I.first; in writeBody() local 169 CallsiteLocation Loc = J.first; in writeBody() local
|
/external/llvm/lib/TableGen/ |
D | Error.cpp | 26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() 46 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() 58 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 60 LLLexer::LocTy Loc; member 107 SMLoc Loc; member 212 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() 217 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64() 363 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue() 373 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 380 LocTy Loc; in ParseTypeAndBasicBlock() local 386 LocTy Loc; member 437 LocTy Loc; member
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 93 SourceLocation Loc = ConsumeToken(); in ParseOpenMPDeclarativeDirective() local 178 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local 587 SourceLocation Loc = ConsumeToken(); in ParseOpenMPSingleExprClause() local 618 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPSimpleClause() local 667 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPClause() local 684 SourceLocation Loc = ConsumeToken(); in ParseOpenMPSingleExprWithArgClause() local 819 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPVarListClause() local
|
/external/llvm/tools/llvm-mcmarkup/ |
D | llvm-mcmarkup.cpp | 61 MarkupTag(StringRef n, StringRef m, SMLoc Loc) in MarkupTag() 83 void MarkupParser::FatalError(SMLoc Loc, StringRef Msg) { in FatalError() 126 SMLoc Loc = SMLoc::getFromPointer(Start - 1); in parseTag() local 176 SMLoc Loc = SMLoc::getFromPointer(Lex.getPosition() - 1); in parseMCMarkup() local
|
/external/clang/tools/libclang/ |
D | CXSourceLocation.h | 31 SourceLocation Loc) { in translateSourceLocation() 42 SourceLocation Loc) { in translateSourceLocation()
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 113 SourceLocation Loc) { in initializeImpl() 401 SourceLocation Loc) { in initializeLocal() 417 SourceLocation Loc) { in initializeLocal() 425 SourceLocation Loc) { in initializeLocal() 433 SourceLocation Loc) { in initializeLocal() 443 SourceLocation Loc) { in initializeLocal() 465 SourceLocation Loc) { in initializeArgLocs()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 138 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in lexStringConstant() 154 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in lexName() 246 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexMachineBasicBlock() 331 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexIRBlock() 342 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexIRValue() 378 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexGlobalValue() 396 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexExternalSymbol() 461 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexExlaim() 532 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexEscapedIRValue() 556 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in lexMIToken()
|