Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp75 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor
1550 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1577 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2076 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2208 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()