OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPPKeywordID
(Results
1 - 12
of
12
) sorted by null
/external/clang/lib/Lex/
PPDirectives.cpp
168
if ((isDefineUndef != MU_Other) && II->
getPPKeywordID
() == tok::pp_defined) {
523
tok::PPKeywordKind K = Tok.getIdentifierInfo()->
getPPKeywordID
();
792
switch (II->
getPPKeywordID
()) {
830
switch (II->
getPPKeywordID
()) {
[
all
...]
PreprocessingRecord.cpp
446
switch (IncludeTok.getIdentifierInfo()->
getPPKeywordID
()) {
/external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp
443
switch (RawToken.getIdentifierInfo()->
getPPKeywordID
()) {
491
bool elif = (RawToken.getIdentifierInfo()->
getPPKeywordID
() ==
/external/clang/include/clang/Basic/
IdentifierTable.h
178
tok::PPKeywordKind
getPPKeywordID
() const;
/external/clang/lib/Format/
FormatToken.h
288
Tok.getIdentifierInfo()->
getPPKeywordID
() == Kind;
ContinuationIndenter.cpp
264
Current.Previous->Tok.getIdentifierInfo()->
getPPKeywordID
() ==
[
all
...]
UnwrappedLineParser.cpp
497
switch (FormatTok->Tok.getIdentifierInfo()->
getPPKeywordID
()) {
[
all
...]
TokenAnnotator.cpp
660
switch (CurrentToken->Tok.getIdentifierInfo()->
getPPKeywordID
()) {
700
(Info && Info->
getPPKeywordID
() == tok::pp_import &&
[
all
...]
Format.cpp
[
all
...]
/external/clang/lib/Basic/
IdentifierTable.cpp
254
tok::PPKeywordKind IdentifierInfo::
getPPKeywordID
() const {
/external/clang/lib/Frontend/
CacheTokens.cpp
358
tok::PPKeywordKind K = II->
getPPKeywordID
();
/external/clang/tools/libclang/
Indexing.cpp
276
IncludeTok.getIdentifierInfo()->
getPPKeywordID
() == tok::pp_import);
[
all
...]
Completed in 236 milliseconds