Home
last modified time | relevance | path

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

12345678910>>...14

/external/clang/include/clang/Lex/
DPPCallbacks.h156 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident()
160 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective()
165 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment()
171 virtual void PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch()
179 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
199 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
205 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
211 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
216 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
227 virtual void PragmaWarning(SourceLocation Loc, StringRef WarningSpec, in PragmaWarning()
[all …]
DPPConditionalDirectiveRecord.h32 SourceLocation Loc; variable
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h21 SourceLocation Loc; member
39 SourceLocation Loc; member
60 SourceLocation Loc; member
71 SourceLocation Loc; member
80 SourceLocation Loc; member
91 SourceLocation Loc; member
108 SourceLocation Loc; member
116 SourceLocation Loc; member
Dubsan_handlers.cc31 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local
69 SourceLocation Loc = Data->Loc.acquire(); in HandleIntegerOverflow() local
114 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_negate_overflow() local
136 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_divrem_overflow() local
159 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_shift_out_of_bounds() local
188 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_out_of_bounds() local
216 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_vla_bound_not_positive() local
249 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_load_invalid_value() local
268 Location Loc = getFunctionLocation(Function, &FName); in __ubsan_handle_function_type_mismatch() local
Dubsan_diag.cc56 uptr Loc = StackTrace::GetPreviousInstructionPc(CallerLoc); in getCallerLocation() local
60 Location __ubsan::getFunctionLocation(uptr Loc, const char **FName) { in getFunctionLocation()
108 static void renderLocation(Location Loc) { in renderLocation()
184 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
197 static void renderMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in renderMemorySnippet()
/external/clang/include/clang/AST/
DTypeLoc.h159 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize()
248 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
279 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local
463 void setNameLoc(SourceLocation Loc) { in setNameLoc()
469 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
492 void setBuiltinLoc(SourceLocation Loc) { in setBuiltinLoc()
573 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
826 void setLAngleLoc(SourceLocation Loc) { in setLAngleLoc()
833 void setRAngleLoc(SourceLocation Loc) { in setRAngleLoc()
845 void setProtocolLoc(unsigned i, SourceLocation Loc) { in setProtocolLoc()
[all …]
DStmtObjC.h54 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()
141 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } in setAtFinallyLoc()
193 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; } in setAtTryLoc()
279 void setAtSynchronizedLoc(SourceLocation Loc) { AtSynchronizedLoc = Loc; } in setAtSynchronizedLoc()
328 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()
363 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc()
/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/clang/include/clang/Sema/
DTemplateDeduction.h38 SourceLocation Loc; variable
51 TemplateDeductionInfo(SourceLocation Loc) in TemplateDeductionInfo()
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
101 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic()
252 SourceLocation Loc; variable
261 TemplateSpecCandidateSet(SourceLocation Loc) : Loc(Loc) {} in TemplateSpecCandidateSet()
286 void NoteCandidates(Sema &S, SourceLocation Loc) const { in NoteCandidates()
DPrettyDeclStackTrace.h34 SourceLocation Loc; variable
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, in PrettyDeclStackTraceEntry()
/external/clang/lib/Sema/
DDeclSpec.cpp34 static DiagnosticBuilder Diag(DiagnosticsEngine &D, SourceLocation Loc, in Diag()
469 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
530 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
544 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
565 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
575 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
585 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
614 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
634 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
664 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
[all …]
DSemaFixItUtils.cpp26 SourceLocation Loc, in compareTypesSimple()
163 static bool isMacroDefined(const Sema &S, SourceLocation Loc, StringRef Name) { in isMacroDefined()
172 const Type &T, SourceLocation Loc, const Sema &S) { in getScalarZeroExpressionForType()
/external/llvm/lib/DebugInfo/
DDWARFDebugLoc.cpp30 for (unsigned char Loc : E.Loc) { in dump() local
42 LocationList &Loc = Locations.back(); in parse() local
83 LocationList &Loc = Locations.back(); in parse() local
122 for (unsigned char Loc : E.Loc) in dump() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h78 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp()
87 SourceLocation Loc) {} in handleUnmatchedUnlock()
100 SourceLocation Loc) {} in handleIncorrectUnlockKind()
108 SourceLocation Loc) {} in handleDoubleLock()
148 SourceLocation Loc) {} in handleNoMutexHeld()
172 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
DConsumed.h59 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/
DDiagnosticRenderer.cpp42 static StringRef getImmediateMacroName(SourceLocation Loc, in getImmediateMacroName()
123 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic()
210 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack()
235 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively()
264 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack()
278 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively()
387 void DiagnosticRenderer::emitCaret(SourceLocation Loc, in emitCaret()
409 void DiagnosticRenderer::emitMacroExpansions(SourceLocation Loc, in emitMacroExpansions()
477 void DiagnosticNoteRenderer::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation()
488 void DiagnosticNoteRenderer::emitImportLocation(SourceLocation Loc, in emitImportLocation()
[all …]
DPrintPreprocessedOutput.cpp153 bool MoveToLine(SourceLocation Loc) { in MoveToLine()
252 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged()
341 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident()
387 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
415 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug()
427 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
435 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
442 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic()
470 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning()
482 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush()
[all …]
/external/clang/lib/Parse/
DParseOpenMP.cpp60 SourceLocation Loc = ConsumeToken(); in ParseOpenMPDeclarativeDirective() local
120 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local
407 SourceLocation Loc = ConsumeToken(); in ParseOpenMPSingleExprClause() local
436 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPSimpleClause() local
467 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPClause() local
481 SourceLocation Loc = ConsumeToken(); in ParseOpenMPSingleExprWithArgClause() local
581 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPVarListClause() local
/external/llvm/lib/TableGen/
DError.cpp25 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage()
45 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning()
57 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp57 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory()
88 const Location &Loc) { in getModRefInfo()
310 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) { in getModRefInfo()
325 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) { in getModRefInfo()
345 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) { in getModRefInfo()
361 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) { in getModRefInfo()
374 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { in getModRefInfo()
520 const Location &Loc) { in canBasicBlockModify()
531 const Location &Loc) { in canInstructionRangeModify()
/external/clang/tools/libclang/
DCXSourceLocation.h31 SourceLocation Loc) { in translateSourceLocation()
42 SourceLocation Loc) { in translateSourceLocation()
DCXSourceLocation.cpp212 const SourceLocation Loc = in clang_Location_isInSystemHeader() local
223 const SourceLocation Loc = in clang_Location_isFromMainFile() local
244 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getExpansionLocation() local
287 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getPresumedLocation() local
328 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getSpellingLocation() local
366 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getFileLocation() local
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp61 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
175 SMLoc Loc = SMLoc::getFromPointer(Lex.getPosition() - 1); in parseMCMarkup() local
/external/llvm/lib/AsmParser/
DLLParser.h61 LLLexer::LocTy Loc; member
106 SMLoc Loc; member
201 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32()
333 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue()
343 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
350 LocTy Loc; in ParseTypeAndBasicBlock() local
356 LocTy Loc; member
378 LocTy Loc; member
/external/clang/include/clang/Basic/
DSourceManager.h1020 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc()
1033 SourceLocation getExpansionLoc(SourceLocation Loc) const { in getExpansionLoc()
1043 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc()
1066 SourceLocation getSpellingLoc(SourceLocation Loc) const { in getSpellingLoc()
1085 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc()
1099 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc()
1118 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc()
1313 bool isWrittenInMainFile(SourceLocation Loc) const { in isWrittenInMainFile()
1318 bool isInSystemHeader(SourceLocation Loc) const { in isInSystemHeader()
1323 bool isInExternCSystemHeader(SourceLocation Loc) const { in isInExternCSystemHeader()
[all …]

12345678910>>...14