Home
last modified time | relevance | path

Searched refs:Ifndef (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h437 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
734 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
736 First->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
737 Second->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
H A DPPConditionalDirectiveRecord.h94 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
H A DNoTrivialPPDirectiveTracer.h270 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
H A DPreprocessingRecord.h540 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp51 {tgtok::Ifndef, "ifndef"},
739 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor()
748 if (Kind == tgtok::Ifndef) in lexPreprocessor()
H A DTGLexer.h71 Ifndef, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp414 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
H A DPPDirectives.cpp3413 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD); in HandleIfdefDirective()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp70 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in __anonb20dd8150111::IndexPPCallbacks
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11355 {"_ZN5clang18PPChainedCallbacks6IfndefERKNS_5TokenE", "clang::PPChainedCallbacks::Ifndef(clang::Tok…
11370 {"_ZN5clang11PPCallbacks6IfndefERKNS_5TokenE", "clang::PPCallbacks::Ifndef(clang::Token const&)"},