HomeSort by: relevance | last modified time | path
    Searched defs:getArgLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
SelectorLocationsKind.cpp 47 SourceLocation getArgLoc(T* Arg);
50 SourceLocation getArgLoc<Expr>(Expr *Arg) {
55 SourceLocation getArgLoc<ParmVarDecl>(ParmVarDecl *Arg) {
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) {
65 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
109 getArgLoc(Index, Args), EndLoc);
126 getArgLoc(Index, Args), EndLoc);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 296 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> {
326 if (Optional<SVal> V = getArgLoc(Caller))
335 if (Optional<SVal> V = getArgLoc(Caller))
341 if (Optional<SVal> V = getArgLoc(Caller))

Completed in 16 milliseconds