Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPDirectives.cpp76 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor
1297 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1324 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1691 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp1831 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()