HomeSort by relevance Sort by last modified time
    Searched refs:getCurLexicalContext (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaOpenMP.cpp 551 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
614 !getCurLexicalContext()->isTranslationUnit()) {
629 !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) {
644 (!getCurLexicalContext()->isFileContext() ||
645 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
659 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
775 D = OMPThreadPrivateDecl::Create(Context, getCurLexicalContext(), Loc,
    [all...]
SemaPseudoObject.cpp 646 if (S.getCurLexicalContext()->isObjCContainer() &&
647 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
648 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {
    [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 57 milliseconds