OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionLocalDecl
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Index/
IndexingContext.h
61
static bool
isFunctionLocalDecl
(const Decl *D);
IndexingContext.cpp
50
if (!shouldIndexFunctionLocalSymbols() &&
isFunctionLocalDecl
(D))
100
bool IndexingContext::
isFunctionLocalDecl
(const Decl *D) {
IndexTypeSourceInfo.cpp
188
if (!shouldIndexFunctionLocalSymbols() &&
isFunctionLocalDecl
(D))
IndexBody.cpp
272
if (!IndexCtx.
isFunctionLocalDecl
(D))
/external/clang/tools/libclang/
CXIndexDataConsumer.h
360
static bool
isFunctionLocalDecl
(const Decl *D);
CXIndexDataConsumer.cpp
417
bool CXIndexDataConsumer::
isFunctionLocalDecl
(const Decl *D) {
903
if (!shouldIndexFunctionLocalSymbols() &&
isFunctionLocalDecl
(D))
[
all
...]
Completed in 2714 milliseconds