Searched refs:AllocateVisibilityMacroDirective (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 81 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor 1440 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective() 1467 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 74 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc, in AllocateVisibilityMacroDirective() function in Preprocessor 1460 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective() 1487 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1728 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 2069 VisibilityMacroDirective *AllocateVisibilityMacroDirective(SourceLocation Loc,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1886 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 2199 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic); in resolvePendingMacro()
|