OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMacroDefinition
(Results
1 - 15
of
15
) sorted by null
/external/clang/include/clang/Basic/
IdentifierTable.h
130
bool
hasMacroDefinition
() const {
321
(isPoisoned() |
hasMacroDefinition
() | isCPlusPlusOperatorKeyword() |
/external/clang/lib/ARCMigrate/
ObjCMT.cpp
537
if (!Ctx.Idents.get("NS_OPTIONS").
hasMacroDefinition
())
540
else if (!Ctx.Idents.get("NS_ENUM").
hasMacroDefinition
())
556
if (IsNSIntegerType && !Ctx.Idents.get("NS_ENUM").
hasMacroDefinition
())
559
if (IsNSUIntegerType && !Ctx.Idents.get("NS_OPTIONS").
hasMacroDefinition
())
Transforms.cpp
210
if (Ctx.Idents.get("nil").
hasMacroDefinition
())
/external/clang/lib/Lex/
MacroArgs.cpp
137
if (II->
hasMacroDefinition
() && PP.getMacroInfo(II)->isEnabled())
PPLexerChange.cpp
251
if (!ControllingMacro->
hasMacroDefinition
() &&
HeaderSearch.cpp
[
all
...]
PPExpressions.cpp
113
Result.Val = II->
hasMacroDefinition
();
Pragma.cpp
403
if (II->
hasMacroDefinition
())
[
all
...]
PPMacroExpansion.cpp
147
if (II->
hasMacroDefinition
() && PP.getMacroInfo(II)->isEnabled() &&
[
all
...]
PPDirectives.cpp
180
} else if (isDefineUndef == 2 && II->
hasMacroDefinition
() &&
[
all
...]
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
682
if (I->first->
hasMacroDefinition
())
CompilerInstance.cpp
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
532
if (!II->
hasMacroDefinition
())
573
/// IdentifierInfo::
hasMacroDefinition
() set and an empty
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
[
all
...]
SemaExpr.cpp
410
PP.getIdentifierInfo("nil")->
hasMacroDefinition
())
412
else if (PP.getIdentifierInfo("NULL")->
hasMacroDefinition
())
[
all
...]
Completed in 313 milliseconds