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

  /external/clang/lib/AST/
Expr.cpp 370 NamedDecl *FoundD,
378 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
379 if (FoundD)
380 getInternalFoundDecl() = FoundD;
410 NamedDecl *FoundD,
415 T, VK, FoundD, TemplateArgs);
426 NamedDecl *FoundD,
429 if (D == FoundD)
430 FoundD = 0;
435 if (FoundD)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 896 milliseconds