Home
last modified time | relevance | path

Searched refs:undefineMacro (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DMacroBuilder.h35 void undefineMacro(const Twine &Name) { in undefineMacro() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h842 void undefineMacro(StringRef Name) { MacroMap.erase(Name); } in undefineMacro() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1589 Builder.undefineMacro(InitOpts.Macros[i].first); in InitializePreprocessor()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4822 getContext().undefineMacro(Name); in parseDirectivePurgeMacro()
H A DMasmParser.cpp5951 getContext().undefineMacro(Name.lower()); in parseDirectivePurgeMacro()