Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp78 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor
1715 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1742 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2459 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2372 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()