Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPDirectives.cpp76 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor
1696 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1723 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h2460 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp2230 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()