Home
last modified time | relevance | path

Searched refs:FnLoc (Results 1 – 8 of 8) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp725 SourceLocation FnLoc = CurLoc; in ParsePrototype() local
782 return llvm::make_unique<PrototypeAST>(FnLoc, FnName, ArgNames, Kind != 0, in ParsePrototype()
800 SourceLocation FnLoc = CurLoc; in ParseTopLevelExpr() local
803 auto Proto = llvm::make_unique<PrototypeAST>(FnLoc, "__anon_expr", in ParseTopLevelExpr()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp725 SourceLocation FnLoc = CurLoc; in ParsePrototype() local
782 return std::make_unique<PrototypeAST>(FnLoc, FnName, ArgNames, Kind != 0, in ParsePrototype()
800 SourceLocation FnLoc = CurLoc; in ParseTopLevelExpr() local
803 auto Proto = std::make_unique<PrototypeAST>(FnLoc, "__anon_expr", in ParseTopLevelExpr()
/external/llvm/tools/sancov/
Dsancov.cc207 struct FnLoc { struct
208 bool operator<(const FnLoc &RHS) const { in operator <() argument
796 return FnLoc{FileLoc{AI.FileName, AI.Line}, AI.FunctionName}; in resolveFunctions()
804 const FnLoc &Loc = P.first; in resolveFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3045 if (const DILocation *FnLoc = EntryDebugLocation.get()) { in processStaticAllocas() local
3047 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3168 if (const DILocation *FnLoc = EntryDebugLocation.get()) { in processStaticAllocas() local
3170 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp12713 Sema &SemaRef, SourceLocation FnLoc, const CXXScopeSpec &SS, in DiagnoseTwoPhaseLookup() argument
12729 OverloadCandidateSet Candidates(FnLoc, CSK); in DiagnoseTwoPhaseLookup()
12735 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup()
12762 SemaRef.FindAssociatedClassesAndNamespaces(FnLoc, Args, in DiagnoseTwoPhaseLookup()
DSemaChecking.cpp9586 SourceLocation FnLoc, in CheckMemorySizeofForComparison() argument
9599 S.Diag(FnLoc, diag::note_memsize_comparison_paren) in CheckMemorySizeofForComparison()
/external/clang/lib/Sema/
DSemaChecking.cpp6038 SourceLocation FnLoc, in CheckMemorySizeofForComparison() argument
6051 S.Diag(FnLoc, diag::note_memsize_comparison_paren) in CheckMemorySizeofForComparison()