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

  /external/clang/tools/libclang/
IndexingContext.cpp 471 assert(getScopedContext(DC) == DC);
544 IndexingContext::getScopedContext(const DeclContext *DC) const {
556 return getScopedContext(NS->getParent());
565 DC = getScopedContext(DC);
IndexingContext.h 171 const DeclContext *getScopedContext(const DeclContext *DC) const;

Completed in 515 milliseconds