Home
last modified time | relevance | path

Searched defs:getArgLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DSelectorLocationsKind.cpp50 SourceLocation getArgLoc<Expr>(Expr *Arg) { in getArgLoc() function
55 SourceLocation getArgLoc<ParmVarDecl>(ParmVarDecl *Arg) { in getArgLoc() function
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1616 TemplateArgumentLoc getArgLoc(unsigned i) const { in getArgLoc() function
2138 TemplateArgumentLoc getArgLoc(unsigned i) const { in getArgLoc() function
2396 TemplateArgumentLoc getArgLoc(unsigned i) const { in getArgLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp296 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> { in computeObjectUnderConstruction() local