| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | PPCallbacks.h | 156 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() 228 virtual void PragmaWarning(SourceLocation Loc, StringRef WarningSpec, in PragmaWarning() [all …]
|
| D | PPConditionalDirectiveRecord.h | 32 SourceLocation Loc; variable 36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc()
|
| D | MultipleIncludeOpt.h | 79 void SetDefinedMacro(IdentifierInfo *M, SourceLocation Loc) { in SetDefinedMacro() 123 void EnterTopLevelIfndef(const IdentifierInfo *M, SourceLocation Loc) { in EnterTopLevelIfndef()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | TypeLoc.h | 159 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 …]
|
| D | StmtObjC.h | 54 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()
|
| D | StmtOpenMP.h | 50 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() 52 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() 112 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() 175 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() 431 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() 436 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | PPConditionalDirectiveRecord.cpp | 78 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()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | DeclSpec.cpp | 34 static DiagnosticBuilder Diag(DiagnosticsEngine &D, SourceLocation Loc, in Diag() 484 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec() 544 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 558 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth() 578 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex() 588 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign() 598 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 625 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 644 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 672 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() [all …]
|
| D | SemaFixItUtils.cpp | 26 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()
|
| D | SemaExpr.cpp | 75 static void DiagnoseUnusedOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc) { in DiagnoseUnusedOfDecl() 85 NamedDecl *D, SourceLocation Loc, in DiagnoseAvailabilityOfDecl() 205 SourceLocation Loc) { in diagnoseUseOfInternalDeclInInlineFunction() 271 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc, in DiagnoseUseOfDecl() 336 void Sema::DiagnoseSentinelCalls(NamedDecl *D, SourceLocation Loc, in DiagnoseSentinelCalls() 1601 SourceLocation Loc, in BuildDeclRefExpr() 2196 SourceLocation Loc = Lookup.getNameLoc(); in LookupInObjCMethod() local 2559 static bool CheckDeclInExpr(Sema &S, SourceLocation Loc, NamedDecl *D) { in CheckDeclInExpr() 2618 SourceLocation Loc = NameInfo.getLoc(); in BuildDeclarationNameExpr() local 2820 ExprResult Sema::BuildPredefinedExpr(SourceLocation Loc, in BuildPredefinedExpr() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | TemplateDeduction.h | 37 SourceLocation Loc; variable 50 TemplateDeductionInfo(SourceLocation Loc) in TemplateDeductionInfo() 87 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 99 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic() 245 SourceLocation Loc; variable 254 TemplateSpecCandidateSet(SourceLocation Loc) : Loc(Loc) {} in TemplateSpecCandidateSet() 279 void NoteCandidates(Sema &S, SourceLocation Loc) const { in NoteCandidates()
|
| D | PrettyDeclStackTrace.h | 34 SourceLocation Loc; variable 38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, in PrettyDeclStackTraceEntry()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | PrintPreprocessedOutput.cpp | 165 bool MoveToLine(SourceLocation Loc) { in MoveToLine() 261 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() 350 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident() 358 void PrintPPOutputPPCallbacks::PragmaCaptured(SourceLocation Loc, in PragmaCaptured() 405 void PrintPPOutputPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment() 422 void PrintPPOutputPPCallbacks::PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch() 435 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage() 463 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() 475 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() 483 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() [all …]
|
| D | DiagnosticRenderer.cpp | 42 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() 471 void DiagnosticNoteRenderer::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation() 482 void DiagnosticNoteRenderer::emitImportLocation(SourceLocation Loc, in emitImportLocation() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafety.h | 76 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()
|
| D | Consumed.h | 59 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()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | AliasAnalysis.cpp | 57 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() 81 const Location &Loc) { in getModRefInfo() 288 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) { in getModRefInfo() 303 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) { in getModRefInfo() 323 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) { in getModRefInfo() 339 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) { in getModRefInfo() 352 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { in getModRefInfo() 497 const Location &Loc) { in canBasicBlockModify() 508 const Location &Loc) { in canInstructionRangeModify()
|
| D | LibCallAliasAnalysis.cpp | 47 const Location &Loc) { in AnalyzeLibCallDetails() 121 const Location &Loc) { in getModRefInfo()
|
| /freebsd-10-stable/contrib/llvm/lib/TableGen/ |
| D | Error.cpp | 25 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()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseOpenMP.cpp | 36 SourceLocation Loc = ConsumeToken(); in ParseOpenMPDeclarativeDirective() local 91 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local 308 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPSimpleClause() local 342 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPVarListClause() local
|
| /freebsd-10-stable/contrib/llvm/lib/AsmParser/ |
| D | LLParser.h | 60 LLLexer::LocTy Loc; member 105 SMLoc Loc; member 192 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() 313 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue() 323 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 330 LocTy Loc; in ParseTypeAndBasicBlock() local 336 LocTy Loc; member 357 LocTy Loc; member
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | SourceManager.h | 1026 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() 1039 SourceLocation getExpansionLoc(SourceLocation Loc) const { in getExpansionLoc() 1049 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() 1072 SourceLocation getSpellingLoc(SourceLocation Loc) const { in getSpellingLoc() 1091 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc() 1105 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() 1124 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc() 1316 bool isWrittenInMainFile(SourceLocation Loc) const { in isWrittenInMainFile() 1321 bool isInSystemHeader(SourceLocation Loc) const { in isInSystemHeader() 1326 bool isInExternCSystemHeader(SourceLocation Loc) const { in isInExternCSystemHeader() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | TypeLoc.cpp | 111 SourceLocation Loc) { in initializeImpl() 316 SourceLocation Loc) { in initializeLocal() 324 SourceLocation Loc) { in initializeLocal() 334 SourceLocation Loc) { in initializeLocal() 356 SourceLocation Loc) { in initializeArgLocs()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | StackMaps.cpp | 83 Location &Loc = ParseResult.first; in recordStackMapOpers() local 93 Location &Loc = ParseResult.first; in recordStackMapOpers() local 253 const Location &Loc = *LocI; in serializeToStackMapSection() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | SourceManager.cpp | 88 SourceLocation Loc, in getBuffer() 298 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote() 318 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote() 952 SourceLocation Loc; in getDecomposedExpansionLocSlowCase() local 970 SourceLocation Loc; in getDecomposedSpellingLocSlowCase() local 1038 bool SourceManager::isAtStartOfImmediateMacroExpansion(SourceLocation Loc, in isAtStartOfImmediateMacroExpansion() 1073 bool SourceManager::isAtEndOfImmediateMacroExpansion(SourceLocation Loc, in isAtEndOfImmediateMacroExpansion() 1180 static bool isInvalid(SourceLocation Loc, bool *Invalid) { in isInvalid() 1187 unsigned SourceManager::getSpellingColumnNumber(SourceLocation Loc, in getSpellingColumnNumber() 1194 unsigned SourceManager::getExpansionColumnNumber(SourceLocation Loc, in getExpansionColumnNumber() [all …]
|