Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp76 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor
1298 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1325 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
/external/clang/include/clang/Lex/
DPreprocessor.h1696 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
/external/clang/lib/Serialization/
DASTReader.cpp1863 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()