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 255 NamedDecl *FoundD,
263 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
264 if (FoundD)
265 getInternalFoundDecl() = FoundD;
288 NamedDecl *FoundD,
292 T, VK, FoundD, TemplateArgs);
301 NamedDecl *FoundD,
304 if (D == FoundD)
305 FoundD = 0;
310 if (FoundD)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 775 NamedDecl *FoundD,
804 NamedDecl *FoundD = 0,
812 NamedDecl *FoundD = 0,
    [all...]

Completed in 151 milliseconds