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

  /external/clang/lib/Index/
IndexingContext.cpp 50 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
100 bool IndexingContext::isFunctionLocalDecl(const Decl *D) {
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 417 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) {
903 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
    [all...]

Completed in 65 milliseconds