HomeSort by relevance Sort by last modified time
    Searched refs:FoundD (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
Expr.cpp 268 NamedDecl *FoundD,
276 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
277 if (FoundD)
278 getInternalFoundDecl() = FoundD;
308 NamedDecl *FoundD,
313 T, VK, FoundD, TemplateArgs);
324 NamedDecl *FoundD,
327 if (D == FoundD)
328 FoundD = 0;
333 if (FoundD)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 806 NamedDecl *FoundD,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 1167 milliseconds