Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp76 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor
1709 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1736 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2287 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2234 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()