HomeSort by relevance Sort by last modified time
    Searched refs:ValueDecl (Results 26 - 50 of 60) sorted by null

12 3

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 175 const ValueDecl *VD = DRE->getDecl();
  /external/v8/tools/gcmole/
gcmole.cc 75 static bool IsExternalVMState(const clang::ValueDecl* var) {
817 const clang::ValueDecl* var,
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 667 else if (ValueDecl *Value = dyn_cast<ValueDecl>(ND))
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprMember.cpp 550 // Callback to only accept typo corrections that are either a ValueDecl or a
556 return ND && (isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND));
813 ValueDecl *Member,
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 161 class ValueDecl;
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ASTContext.h     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/AST/
DumpXML.cpp 449 // ValueDecl
450 void visitValueDeclChildren(ValueDecl *D) {
Expr.cpp 266 ValueDecl *D, bool RefersToEnclosingLocal,
303 ValueDecl *D,
319 ValueDecl *D,
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 273 CGF.EmitScalarInit(E, dyn_cast_or_null<ValueDecl>(InitializedDecl),
798 ValueDecl *value = refExpr->getDecl();
    [all...]
ItaniumCXXABI.cpp 533 const ValueDecl *MPD = MP.getMemberPointerDecl();
    [all...]
CGStmt.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 74 void VisitValueDecl(ValueDecl *D);
283 void ASTDeclWriter::VisitValueDecl(ValueDecl *D) {
    [all...]
ASTReaderStmt.cpp 361 E->setDecl(ReadDeclAs<ValueDecl>(Record, Idx));
    [all...]
ASTReaderDecl.cpp 239 void VisitValueDecl(ValueDecl *VD);
473 void ASTDeclReader::VisitValueDecl(ValueDecl *VD) {
    [all...]
ASTReader.cpp     [all...]

Completed in 704 milliseconds

12 3