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

  /external/clang/tools/libclang/
Indexing.cpp 65 if (IndexCtx.isNotFromSourceFile(MI->getDefinitionLoc()))
83 if (IndexCtx.isNotFromSourceFile(MI->getDefinitionLoc()))
97 if (IndexCtx.isNotFromSourceFile(MI->getDefinitionLoc()))
IndexDecl.cpp 204 if (isNotFromSourceFile(D->getLocation()))
IndexingContext.h 146 bool isNotFromSourceFile(SourceLocation Loc) const;
IndexingContext.cpp 397 if (isNotFromSourceFile(D->getLocation()))
460 bool IndexingContext::isNotFromSourceFile(SourceLocation Loc) const {

Completed in 205 milliseconds