Searched defs:Ifdef (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ | ||
H A D | PPConditionalDirectiveRecord.cpp | 82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() function in PPConditionalDirectiveRecord |
H A D | PreprocessingRecord.cpp | 401 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in PreprocessingRecord |
/freebsd-src/contrib/llvm-project/clang/lib/Index/ | ||
H A D | IndexingAction.cpp | 64 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in __anon14b6cd270111::IndexPPCallbacks |
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ | ||
H A D | TGLexer.h | 70 Ifdef, enumerator |
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
H A D | PPCallbacks.h | 376 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok, Ifdef() function |