Home
last modified time | relevance | path

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

12345678910

/external/clang/include/clang/Lex/
DPPCallbacks.h130 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident()
136 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment()
145 virtual void PragmaMessage(SourceLocation Loc, StringRef Str) { in PragmaMessage()
150 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
156 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
162 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
196 virtual void If(SourceLocation Loc, SourceRange ConditionRange) { in If()
204 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange, in Elif()
211 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok) { in Ifdef()
217 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok) { in Ifndef()
[all …]
/external/clang/include/clang/AST/
DTypeLoc.h133 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize()
215 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
409 void setNameLoc(SourceLocation Loc) { in setNameLoc()
415 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
439 void setBuiltinLoc(SourceLocation Loc) { in setBuiltinLoc()
516 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
769 void setLAngleLoc(SourceLocation Loc) { in setLAngleLoc()
776 void setRAngleLoc(SourceLocation Loc) { in setRAngleLoc()
788 void setProtocolLoc(unsigned i, SourceLocation Loc) { in setProtocolLoc()
814 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
[all …]
DStmtObjC.h55 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc()
57 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()
197 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()
369 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h74 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp()
81 virtual void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) {} in handleUnmatchedUnlock()
87 virtual void handleDoubleLock(Name LockName, SourceLocation Loc) {} in handleDoubleLock()
122 AccessKind AK, SourceLocation Loc) {} in handleNoMutexHeld()
134 LockKind LK, SourceLocation Loc) {} in handleMutexNotHeld()
143 SourceLocation Loc) {} in handleFunExcludesLock()
/external/clang/lib/Sema/
DDeclSpec.cpp32 static DiagnosticBuilder Diag(DiagnosticsEngine &D, SourceLocation Loc, in Diag()
423 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
475 bool DeclSpec::SetStorageClassSpecThread(SourceLocation Loc, in SetStorageClassSpecThread()
491 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
511 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
521 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
531 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
558 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
577 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
605 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
[all …]
DDelayedDiagnostic.cpp22 DelayedDiagnostic DelayedDiagnostic::makeDeprecation(SourceLocation Loc, in makeDeprecation()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp44 SourceLocation Loc) { in getImmediateMacroCallerLoc()
61 SourceLocation Loc) { in getImmediateMacroCalleeLoc()
91 static StringRef getImmediateMacroName(SourceLocation Loc, in getImmediateMacroName()
115 SourceLocation Loc) { in getDiagnosticPresumedLoc()
182 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic()
247 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack()
262 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc) { in emitIncludeStackRecursively()
291 SourceLocation Loc, in emitMacroExpansionsAndCarets()
373 void DiagnosticNoteRenderer::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation()
DPrintPreprocessedOutput.cpp134 bool MoveToLine(SourceLocation Loc) { in MoveToLine()
236 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged()
292 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident()
323 void PrintPPOutputPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment()
349 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
373 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
380 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
387 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
DSerializedDiagnosticPrinter.cpp72 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
145 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord()
243 void SDiagsWriter::AddLocToRecord(SourceLocation Loc, in AddLocToRecord()
498 SDiagsRenderer::emitDiagnosticMessage(SourceLocation Loc, in emitDiagnosticMessage()
539 void SDiagsRenderer::emitCodeContext(SourceLocation Loc, in emitCodeContext()
565 void SDiagsRenderer::emitNote(SourceLocation Loc, StringRef Message) { in emitNote()
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp52 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory()
76 const Location &Loc) { in getModRefInfo()
283 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) { in getModRefInfo()
298 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) { in getModRefInfo()
318 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) { in getModRefInfo()
334 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) { in getModRefInfo()
347 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { in getModRefInfo()
392 const Location &Loc) { in canBasicBlockModify()
403 const Location &Loc) { in canInstructionRangeModify()
DLibCallAliasAnalysis.cpp47 const Location &Loc) { in AnalyzeLibCallDetails()
121 const Location &Loc) { in getModRefInfo()
/external/clang/include/clang/Sema/
DTemplateDeduction.h40 SourceLocation Loc; variable
51 TemplateDeductionInfo(ASTContext &Context, SourceLocation Loc) in TemplateDeductionInfo()
79 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic()
DPrettyDeclStackTrace.h34 SourceLocation Loc; variable
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, in PrettyDeclStackTraceEntry()
DScopeInfo.h54 SourceLocation Loc; variable
57 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc, in PossiblyUnreachableDiag()
172 SourceLocation Loc; variable
183 SourceLocation Loc, SourceLocation EllipsisLoc, in Capture()
190 Capture(IsThisCapture, bool isNested, SourceLocation Loc, in Capture()
247 SourceLocation Loc, SourceLocation EllipsisLoc, in addCapture()
254 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, in addThisCapture()
/external/clang/tools/libclang/
DCXSourceLocation.h31 SourceLocation Loc) { in translateSourceLocation()
42 SourceLocation Loc) { in translateSourceLocation()
DCXCursor.cpp487 SourceLocation Loc, in MakeCursorObjCSuperClassRef()
504 SourceLocation Loc, in MakeCursorObjCProtocolRef()
521 SourceLocation Loc, in MakeCursorObjCClassRef()
540 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc, in MakeCursorTypeRef()
557 SourceLocation Loc, in MakeCursorTemplateRef()
574 SourceLocation Loc, in MakeCursorNamespaceRef()
592 CXCursor cxcursor::MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc, in MakeCursorVariableRef()
609 CXCursor cxcursor::MakeCursorMemberRef(const FieldDecl *Field, SourceLocation Loc, in MakeCursorMemberRef()
690 CXCursor cxcursor::MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc, in MakeCursorLabelRef()
720 SourceLocation Loc, in MakeCursorOverloadedDeclRef()
[all …]
DIndexingContext.cpp29 SourceLocation Loc = *LI; in ObjCProtocolListInfo() local
74 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo() local
132 SourceLocation Loc = getBaseLoc(Base); in CXXBasesListInfo() local
162 SourceLocation Loc = Base.getSourceRange().getBegin(); in getBaseLoc() local
251 SourceLocation Loc, CXCursor Cursor, in handleDecl()
307 SourceLocation Loc, CXCursor Cursor, in handleObjCContainer()
510 SourceLocation Loc, in handleSynthesizedObjCMethod()
566 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference()
580 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference()
687 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl() local
[all …]
/external/llvm/lib/TableGen/
DError.cpp27 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning()
43 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
/external/llvm/lib/AsmParser/
DLLParser.h59 LLLexer::LocTy Loc; member
104 SMLoc Loc; member
170 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32()
283 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue()
293 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
300 LocTy Loc; in ParseTypeAndBasicBlock() local
306 LocTy Loc; member
327 LocTy Loc; member
/external/clang/lib/AST/
DTypeLoc.cpp81 SourceLocation Loc) { in initializeImpl()
256 SourceLocation Loc) { in initializeLocal()
264 SourceLocation Loc) { in initializeLocal()
274 SourceLocation Loc) { in initializeLocal()
296 SourceLocation Loc) { in initializeArgLocs()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp77 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID() local
474 void PreprocessingRecord::If(SourceLocation Loc, SourceRange ConditionRange) { in If()
481 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok) { in Ifdef()
488 void PreprocessingRecord::Ifndef(SourceLocation Loc,const Token &MacroNameTok) { in Ifndef()
495 void PreprocessingRecord::Elif(SourceLocation Loc, SourceRange ConditionRange, in Elif()
501 void PreprocessingRecord::Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
506 void PreprocessingRecord::Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
/external/clang/include/clang/Frontend/
DTextDiagnostic.h92 virtual void emitCodeContext(SourceLocation Loc, in emitCodeContext()
/external/clang/include/clang/Basic/
DSourceManager.h863 SourceLocation getExpansionLoc(SourceLocation Loc) const { in getExpansionLoc()
873 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc()
892 SourceLocation getSpellingLoc(SourceLocation Loc) const { in getSpellingLoc()
908 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc()
921 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc()
939 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc()
1078 bool isFromMainFile(SourceLocation Loc) const { in isFromMainFile()
1083 bool isInSystemHeader(SourceLocation Loc) const { in isInSystemHeader()
1089 bool isInExternCSystemHeader(SourceLocation Loc) const { in isInExternCSystemHeader()
1296 bool isLoadedSourceLocation(SourceLocation Loc) const { in isLoadedSourceLocation()
[all …]
DPrettyStackTrace.h28 SourceLocation Loc; variable
/external/llvm/include/llvm/TableGen/
DError.h23 SMLoc Loc; variable

12345678910