Home
last modified time | relevance | path

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

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