OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNotFromSourceFile
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
IndexDecl.cpp
337
if (
isNotFromSourceFile
(D->getLocation()))
IndexingContext.h
446
bool
isNotFromSourceFile
(SourceLocation Loc) const;
IndexingContext.cpp
681
if (
isNotFromSourceFile
(D->getLocation()))
712
bool IndexingContext::
isNotFromSourceFile
(SourceLocation Loc) const {
[
all
...]
Completed in 48 milliseconds