Searched defs:namedDecl (Results 1 – 3 of 3) sorted by relevance
78 TIntermDeclaration *namedDecl = new TIntermDeclaration; in doReplacement() local
1347 if (const NamedDecl *namedDecl = dyn_cast_or_null<NamedDecl>(decl)) { in clang_getCursorCompletionString() local
307 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl; variable