Searched defs:Loc (Results 1 - 25 of 253) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentBriefParser.h39 SourceLocation Loc = Tok.getLocation(); local
H A DCommentParser.h48 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { argument
H A DCommentSema.h67 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPrettyStackTrace.h29 SourceLocation Loc; member in class:clang::PrettyStackTraceLoc
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnostic.h91 virtual void emitCodeContext(SourceLocation Loc, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DPrettyDeclStackTrace.h34 SourceLocation Loc; member in class:clang::PrettyDeclStackTraceEntry
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, argument
H A DWeak.h32 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc) argument
H A DTemplateDeduction.h36 SourceLocation Loc; member in class:clang::sema::TemplateDeductionInfo
49 TemplateDeductionInfo(SourceLocation Loc) argument
86 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { argument
98 void addSuppressedDiagnostic(SourceLocation Loc, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDelayedDiagnostic.cpp22 DelayedDiagnostic DelayedDiagnostic::makeDeprecation(SourceLocation Loc, argument
H A DSemaOpenMP.cpp41 ActOnOpenMPThreadprivateDirective( SourceLocation Loc, Scope *CurScope, ArrayRef<DeclarationNameInfo> IdList) argument
142 CheckOMPThreadPrivateDecl( SourceLocation Loc, ArrayRef<DeclRefExpr *> VarList) argument
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DError.cpp25 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, argument
45 void PrintWarning(const char *Loc, const Twine &Msg) { argument
57 void PrintError(const char *Loc, const Twine &Msg) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 SourceLocation Loc = OrigLoc; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp31 SourceLocation Loc = ConsumeToken(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp91 StringRef CheckerContext::getMacroNameOrSpelling(SourceLocation &Loc) { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h39 DebugLoc Loc; member in struct:llvm::JITEvent_EmittedFunctionDetails::LineStart
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp45 AnalyzeLibCallDetails(const LibCallFunctionInfo *FI, ImmutableCallSite CS, const Location &Loc) argument
120 getModRefInfo(ImmutableCallSite CS, const Location &Loc) argument
H A DAliasDebugger.cpp116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { argument
105 getModRefInfo(ImmutableCallSite CS, const Location &Loc) argument
H A DNoAliasAnalysis.cpp53 virtual bool pointsToConstantMemory(const Location &Loc, argument
57 getModRefInfo(ImmutableCallSite CS, const Location &Loc) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h32 SourceLocation Loc; member in class:clang::PPConditionalDirectiveRecord::CondDirectiveLoc
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DSelectorLocationsKind.cpp57 SourceLocation Loc = Arg->getLocStart(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, argument
84 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, argument
91 Ifndef(SourceLocation Loc, const Token &MacroNameTok, const MacroDirective *MD) argument
98 Elif(SourceLocation Loc, SourceRange ConditionRange, SourceLocation IfLoc) argument
105 Else(SourceLocation Loc, SourceLocation IfLoc) argument
111 Endif(SourceLocation Loc, SourceLocation IfLoc) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp48 SourceLocation Loc = Parent->getLocStart(); local
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DSetTheory.h128 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { argument
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp78 LineStartToOProfileFormat( const MachineFunction &MF, FilenameCache &Filenames, uintptr_t Address, DebugLoc Loc) argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAliasAnalysis.cpp87 ObjCARCAliasAnalysis::pointsToConstantMemory(const Location &Loc, argument
132 ObjCARCAliasAnalysis::getModRefInfo(ImmutableCallSite CS, const Location &Loc) { argument

Completed in 205 milliseconds

1234567891011