Searched defs:namedDecl (Results 1 – 4 of 4) sorted by relevance
85 TIntermDeclaration *namedDecl = new TIntermDeclaration; in doReplacement() local
88 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