Searched defs:value_decl (Results 1 – 3 of 3) sorted by relevance
465 Declaration value_decl; in CreateEnum() local
1013 clang::ValueDecl *value_decl = dyn_cast<clang::ValueDecl>(named_decl); in MaybeHandleVariable() local
1179 if (clang::ValueDecl *value_decl = llvm::dyn_cast<clang::ValueDecl>(decl)) in GetTypeForDecl() local1192 CompilerType TypeSystemClang::GetTypeForDecl(clang::ValueDecl *value_decl) { in GetTypeForDecl()