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 345 NamedDecl *FoundD,
353 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
354 if (FoundD)
355 getInternalFoundDecl() = FoundD;
385 NamedDecl *FoundD,
390 T, VK, FoundD, TemplateArgs);
401 NamedDecl *FoundD,
404 if (D == FoundD)
405 FoundD = nullptr;
410 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 60 milliseconds