Home
last modified time | relevance | path

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

12345678910>>...18

/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 …]
DPPConditionalDirectiveRecord.h32 SourceLocation Loc; variable
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc()
/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 …]
Dubsan_handlers.cc46 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 …]
/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 …]
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()
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/
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/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 …]
DSemaFixItUtils.cpp26 SourceLocation Loc, in compareTypesSimple()
163 static bool isMacroDefined(const Sema &S, SourceLocation Loc, StringRef Name) { in isMacroDefined()
169 const Type &T, SourceLocation Loc, const Sema &S) { in getScalarZeroExpressionForType()
/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() argument
313 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/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()
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/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp29 for (unsigned char Loc : E.Loc) { in dump() local
41 LocationList &Loc = Locations.back(); in parse() local
81 LocationList &Loc = Locations.back(); in parse() local
120 for (unsigned char Loc : E.Loc) in dump() local
/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 …]
DPrintPreprocessedOutput.cpp149 bool MoveToLine(SourceLocation Loc) { in MoveToLine()
248 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged()
352 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident()
396 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
424 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug()
436 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
444 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
451 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic()
479 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning()
491 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush()
[all …]
/external/swiftshader/third_party/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()
/external/llvm/lib/TableGen/
DError.cpp26 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/Analysis/
DAliasAnalysis.cpp86 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
127 const MemoryLocation &Loc) { in getModRefInfo()
313 const MemoryLocation &Loc) { in getModRefInfo()
328 const MemoryLocation &Loc) { in getModRefInfo()
350 const MemoryLocation &Loc) { in getModRefInfo()
369 const MemoryLocation &Loc) { in getModRefInfo()
382 const MemoryLocation &Loc) { in getModRefInfo()
395 const MemoryLocation &Loc) { in getModRefInfo()
408 const MemoryLocation &Loc) { in getModRefInfo()
483 const MemoryLocation &Loc) { in canBasicBlockModify()
[all …]
/external/clang/tools/libclang/
DCXSourceLocation.h31 SourceLocation Loc) { in translateSourceLocation()
42 SourceLocation Loc) { in translateSourceLocation()
DCXSourceLocation.cpp210 const SourceLocation Loc = in clang_Location_isInSystemHeader() local
221 const SourceLocation Loc = in clang_Location_isFromMainFile() local
241 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getExpansionLocation() local
283 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getPresumedLocation() local
323 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getSpellingLocation() local
360 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getFileLocation() local
/external/llvm/lib/AsmParser/
DLLParser.h60 LLLexer::LocTy Loc; member
107 SMLoc Loc; member
215 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32()
220 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64()
369 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue()
379 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
386 LocTy Loc; in ParseTypeAndBasicBlock() local
392 LocTy Loc; member
444 LocTy Loc; member
/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
176 SMLoc Loc = SMLoc::getFromPointer(Lex.getPosition() - 1); in parseMCMarkup() local
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h58 LLLexer::LocTy Loc; member
103 SMLoc Loc; member
169 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32()
282 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue()
292 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
299 LocTy Loc; in ParseTypeAndBasicBlock() local
305 LocTy Loc; member
326 LocTy Loc; member

12345678910>>...18