Home
last modified time | relevance | path

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

12345678910>>...14

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A 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 …]
H A DPPConditionalDirectiveRecord.h32 SourceLocation Loc; variable
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A 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()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A 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 …]
H A 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()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A 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
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A 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()
H A DPrettyDeclStackTrace.h34 SourceLocation Loc; variable
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, in PrettyDeclStackTraceEntry()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp35 static DiagnosticBuilder Diag(DiagnosticsEngine &D, SourceLocation Loc, in Diag()
494 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
555 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
569 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
584 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
594 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
604 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
633 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
653 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
683 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
[all …]
H A 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()
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h80 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp()
89 SourceLocation Loc) {} in handleUnmatchedUnlock()
102 SourceLocation Loc) {} in handleIncorrectUnlockKind()
110 SourceLocation Loc) {} in handleDoubleLock()
150 SourceLocation Loc) {} in handleNoMutexHeld()
174 SourceLocation Loc) {} in handleNegativeNotHeld()
184 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
H A 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()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A 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 …]
H A DPrintPreprocessedOutput.cpp153 bool MoveToLine(SourceLocation Loc) { in MoveToLine()
252 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged()
344 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident()
390 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
418 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug()
430 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
438 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
445 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic()
473 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning()
485 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A 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()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp57 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory()
88 const Location &Loc) { in getModRefInfo()
326 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) { in getModRefInfo()
341 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) { in getModRefInfo()
361 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) { in getModRefInfo()
377 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) { in getModRefInfo()
390 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { in getModRefInfo()
489 const Location &Loc) { in canBasicBlockModify()
500 const Location &Loc, in canInstructionRangeModRef()
H A DLibCallAliasAnalysis.cpp47 const Location &Loc) { in AnalyzeLibCallDetails()
121 const Location &Loc) { in getModRefInfo()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.h31 SourceLocation Loc) { in translateSourceLocation()
42 SourceLocation Loc) { in translateSourceLocation()
H A 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
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp68 SourceLocation Loc = ConsumeToken(); in ParseOpenMPDeclarativeDirective() local
144 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local
492 SourceLocation Loc = ConsumeToken(); in ParseOpenMPSingleExprClause() local
521 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPSimpleClause() local
561 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPClause() local
575 SourceLocation Loc = ConsumeToken(); in ParseOpenMPSingleExprWithArgClause() local
679 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPVarListClause() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mcmarkup/
H A 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
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp41 LineLocation Loc = I.first; in write() local
83 LineLocation Loc = I.first; in write() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp138 CodeGenFunction &CGF, SourceLocation Loc, OpenMPLocationFlags Flags) { in EmitOpenMPUpdateLocation()
193 SourceLocation Loc) { in GetOpenMPThreadID()
492 SourceLocation Loc) { in getOMPAddrOfThreadPrivate()
505 llvm::Value *CopyCtor, llvm::Value *Dtor, SourceLocation Loc) { in EmitOMPThreadPrivateVarInit()
521 const VarDecl *VD, llvm::Value *VDAddr, SourceLocation Loc, in EmitOMPThreadPrivateVarDefinition()
633 SourceLocation Loc, in EmitOMPParallelCall()
648 SourceLocation Loc, in EmitOMPSerialCall()
680 SourceLocation Loc) { in EmitThreadIDAddress()
722 const std::function<void()> &CriticalOpGen, SourceLocation Loc) { in EmitOMPCriticalRegion()
758 SourceLocation Loc) { in EmitOMPMasterRegion()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp111 SourceLocation Loc) { in initializeImpl()
316 SourceLocation Loc) { in initializeLocal()
324 SourceLocation Loc) { in initializeLocal()
332 SourceLocation Loc) { in initializeLocal()
342 SourceLocation Loc) { in initializeLocal()
364 SourceLocation Loc) { in initializeArgLocs()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.h59 LLLexer::LocTy Loc; member
127 SMLoc Loc; member
225 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32()
230 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64()
372 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue()
382 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
389 LocTy Loc; in ParseTypeAndBasicBlock() local
395 LocTy Loc; member
430 LocTy Loc; member

12345678910>>...14