Home
last modified time | relevance | path

Searched defs:Ifdef (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp383 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in PreprocessingRecord
/external/clang/include/clang/Lex/
DPPCallbacks.h298 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function
481 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function
/external/angle/src/compiler/translator/
DIntermNode.h973 Ifdef, enumerator
/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp600 TEST_F(IfTest, Ifdef) in TEST_F() argument