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 354 NamedDecl *FoundD,
362 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
363 if (FoundD)
364 getInternalFoundDecl() = FoundD;
394 NamedDecl *FoundD,
399 T, VK, FoundD, TemplateArgs);
410 NamedDecl *FoundD,
413 if (D == FoundD)
414 FoundD = 0;
419 if (FoundD)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 41 milliseconds