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

12 3 4

  /external/clang/lib/Sema/
SemaLambda.cpp 118 = Param->getDeclContext()->getLexicalParent())
122 if (Var->getDeclContext()->isRecord())
244 return cast<EnumDecl>(D->getDeclContext());
    [all...]
SemaLookup.cpp 385 if (!TD->getDeclContext()->isRecord()) {
436 if (Decls[UniqueTagIndex]->getDeclContext()->getRedeclContext()->Equals(
437 Decls[UniqueTagIndex? 0 : N-1]->getDeclContext()->getRedeclContext()))
    [all...]
SemaTemplateInstantiate.cpp 63 Ctx = D->getDeclContext();
129 Function->getDeclContext()->isFileContext() &&
547 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext());
    [all...]