reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 2019   VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,

References

tools/clang/lib/Lex/PPDirectives.cpp
 1457   appendMacroDirective(II, AllocateVisibilityMacroDirective(
 1484   appendMacroDirective(II, AllocateVisibilityMacroDirective(
tools/clang/lib/Serialization/ASTReader.cpp
 2199       MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic);