OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendMacroDirective
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Lex/
Preprocessor.h
557
void
appendMacroDirective
(IdentifierInfo *II, MacroDirective *MD);
562
appendMacroDirective
(II, MD);
[
all
...]
/external/clang/lib/Lex/
PPDirectives.cpp
[
all
...]
Pragma.cpp
596
appendMacroDirective
(IdentInfo, AllocateUndefMacroDirective(MessageLoc));
[
all
...]
PPMacroExpansion.cpp
44
void Preprocessor::
appendMacroDirective
(IdentifierInfo *II, MacroDirective *MD){
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 127 milliseconds