Home
last modified time | relevance | path

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

12345678910>>...12

/external/clang/include/clang/Lex/
DPPCallbacks.h154 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident()
158 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment()
165 virtual void PragmaMessage(SourceLocation Loc, StringRef Str) { in PragmaMessage()
170 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
176 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
181 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
219 virtual void If(SourceLocation Loc, SourceRange ConditionRange) { in If()
227 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange, in Elif()
235 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef()
243 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef()
[all …]
DPPConditionalDirectiveRecord.h32 SourceLocation Loc; variable
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc()
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
84 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
91 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
98 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
105 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
111 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
/external/clang/include/clang/AST/
DTypeLoc.h152 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize()
237 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
267 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local
425 void setNameLoc(SourceLocation Loc) { in setNameLoc()
431 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
456 void setBuiltinLoc(SourceLocation Loc) { in setBuiltinLoc()
533 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
786 void setLAngleLoc(SourceLocation Loc) { in setLAngleLoc()
793 void setRAngleLoc(SourceLocation Loc) { in setRAngleLoc()
805 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()
194 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; } in setAtTryLoc()
280 void setAtSynchronizedLoc(SourceLocation Loc) { AtSynchronizedLoc = Loc; } in setAtSynchronizedLoc()
329 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc()
DCommentBriefParser.h39 SourceLocation Loc = Tok.getLocation(); in ConsumeToken() local
/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
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
Dubsan_diag.cc28 uptr Loc = StackTrace::GetPreviousInstructionPc(CallerLoc); in getCallerLocation() local
69 static void renderLocation(Location Loc) { in renderLocation()
145 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
159 MemoryLocation Loc, in renderMemorySnippet()
Dubsan_diag.h52 Location(SourceLocation Loc) : in Location()
54 Location(ModuleLocation Loc) : in Location()
56 Location(MemoryLocation Loc) : in Location()
118 Location Loc; variable
187 Diag(Location Loc, DiagLevel Level, const char *Message) in Diag()
/external/clang/lib/Sema/
DDeclSpec.cpp32 static DiagnosticBuilder Diag(DiagnosticsEngine &D, SourceLocation Loc, in Diag()
449 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
509 bool DeclSpec::SetStorageClassSpecThread(SourceLocation Loc, in SetStorageClassSpecThread()
525 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
545 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
555 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
565 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
592 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
611 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
639 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
[all …]
/external/clang/include/clang/Sema/
DTemplateDeduction.h36 SourceLocation Loc; variable
49 TemplateDeductionInfo(SourceLocation Loc) in TemplateDeductionInfo()
86 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
98 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic()
DPrettyDeclStackTrace.h34 SourceLocation Loc; variable
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, in PrettyDeclStackTraceEntry()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h76 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp()
83 virtual void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) {} in handleUnmatchedUnlock()
89 virtual void handleDoubleLock(Name LockName, SourceLocation Loc) {} in handleDoubleLock()
124 AccessKind AK, SourceLocation Loc) {} in handleNoMutexHeld()
146 SourceLocation Loc) {} in handleFunExcludesLock()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp42 static StringRef getImmediateMacroName(SourceLocation Loc, in getImmediateMacroName()
123 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic()
204 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack()
229 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively()
258 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack()
272 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively()
381 void DiagnosticRenderer::emitCaret(SourceLocation Loc, in emitCaret()
403 void DiagnosticRenderer::emitMacroExpansions(SourceLocation Loc, in emitMacroExpansions()
472 void DiagnosticNoteRenderer::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation()
483 void DiagnosticNoteRenderer::emitImportLocation(SourceLocation Loc, in emitImportLocation()
[all …]
DPrintPreprocessedOutput.cpp146 bool MoveToLine(SourceLocation Loc) { in MoveToLine()
242 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged()
310 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident()
342 void PrintPPOutputPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment()
369 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
394 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
402 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
410 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
/external/llvm/lib/TableGen/
DError.cpp24 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage()
39 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning()
51 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp56 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory()
80 const Location &Loc) { in getModRefInfo()
287 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) { in getModRefInfo()
302 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) { in getModRefInfo()
322 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) { in getModRefInfo()
338 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) { in getModRefInfo()
351 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { in getModRefInfo()
507 const Location &Loc) { in canBasicBlockModify()
518 const Location &Loc) { in canInstructionRangeModify()
DLibCallAliasAnalysis.cpp47 const Location &Loc) { in AnalyzeLibCallDetails()
121 const Location &Loc) { in getModRefInfo()
/external/clang/tools/libclang/
DCXSourceLocation.h31 SourceLocation Loc) { in translateSourceLocation()
42 SourceLocation Loc) { in translateSourceLocation()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp62 MarkupTag(StringRef n, StringRef m, SMLoc Loc) in MarkupTag()
84 void MarkupParser::FatalError(SMLoc Loc, StringRef Msg) { in FatalError()
127 SMLoc Loc = SMLoc::getFromPointer(Start - 1); in parseTag() local
175 SMLoc Loc = SMLoc::getFromPointer(Lex.getPosition() - 1); in parseMCMarkup() local
/external/clang/lib/AST/
DTypeLoc.cpp83 SourceLocation Loc) { in initializeImpl()
288 SourceLocation Loc) { in initializeLocal()
296 SourceLocation Loc) { in initializeLocal()
306 SourceLocation Loc) { in initializeLocal()
328 SourceLocation Loc) { in initializeArgLocs()
/external/llvm/lib/AsmParser/
DLLParser.h60 LLLexer::LocTy Loc; member
105 SMLoc Loc; member
190 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32()
311 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue()
321 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
328 LocTy Loc; in ParseTypeAndBasicBlock() local
334 LocTy Loc; member
355 LocTy Loc; member
/external/clang/include/clang/Basic/
DSourceManager.h1019 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc()
1032 SourceLocation getExpansionLoc(SourceLocation Loc) const { in getExpansionLoc()
1042 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc()
1065 SourceLocation getSpellingLoc(SourceLocation Loc) const { in getSpellingLoc()
1084 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc()
1098 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc()
1117 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc()
1275 bool isFromMainFile(SourceLocation Loc) const { in isFromMainFile()
1280 bool isInSystemHeader(SourceLocation Loc) const { in isInSystemHeader()
1285 bool isInExternCSystemHeader(SourceLocation Loc) const { in isInExternCSystemHeader()
[all …]
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAliasAnalysis.cpp87 ObjCARCAliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory()
132 ObjCARCAliasAnalysis::getModRefInfo(ImmutableCallSite CS, const Location &Loc) { in getModRefInfo()

12345678910>>...12