Home
last modified time | relevance | path

Searched refs:setLoadedMacroDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1441 void setLoadedMacroDirective(IdentifierInfo *II, MacroDirective *ED,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp96 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective() function in Preprocessor
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2425 PP.setLoadedMacroDirective(II, Earliest, Latest); in resolvePendingMacro()