OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExpansion
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
SourceManager.h
349
bool
isExpansion
() const { return Offset & 1; }
350
bool isFile() const { return !
isExpansion
(); }
358
assert(
isExpansion
() && "Not a macro expansion SLocEntry!");
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
676
if (!I->
isExpansion
())
717
if (!LocalSLocEntryTable[MiddleIndex].
isExpansion
())
757
if (!E.
isExpansion
())
784
if (!E.
isExpansion
())
[
all
...]
Completed in 587 milliseconds