OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ifndef
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h
13
#
ifndef
LLVM_CLANG_LEX_PPCONDITIONALDIRECTIVERECORD_H
94
void
Ifndef
(SourceLocation Loc, const Token &MacroNameTok,
PPCallbacks.h
14
#
ifndef
LLVM_CLANG_LEX_PPCALLBACKS_H
340
/// \param IfLoc the source location of the \#if/\#ifdef/\#
ifndef
directive.
354
/// Hook called whenever an \#
ifndef
is seen.
358
virtual void
Ifndef
(SourceLocation Loc, const Token &MacroNameTok,
364
/// \param IfLoc the source location of the \#if/\#ifdef/\#
ifndef
directive.
370
/// \param IfLoc the source location of the \#if/\#ifdef/\#
ifndef
directive.
589
/// Hook called whenever an \#
ifndef
is seen.
590
void
Ifndef
(SourceLocation Loc, const Token &MacroNameTok,
592
First->
Ifndef
(Loc, MacroNameTok, MD);
593
Second->
Ifndef
(Loc, MacroNameTok, MD)
[
all
...]
PreprocessingRecord.h
14
#
ifndef
LLVM_CLANG_LEX_PREPROCESSINGRECORD_H
539
void
Ifndef
(SourceLocation Loc, const Token &MacroNameTok,
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp
89
void PPConditionalDirectiveRecord::
Ifndef
(SourceLocation Loc,
PreprocessingRecord.cpp
414
void PreprocessingRecord::
Ifndef
(SourceLocation Loc, const Token &MacroNameTok,
PPDirectives.cpp
544
Sub == "ndef") { // "
ifndef
"
545
// We know the entire #if/#ifdef/#
ifndef
block will be skipped, don't
2959
/// HandleIfdefDirective - Implements the \#ifdef/\#
ifndef
directive. isIfndef
2960
/// is true when this is a \#
ifndef
directive. ReadAnyTokensBeforeDirective is
2962
/// \#
ifndef
has been lexed.
2985
CheckEndOfDirective(isIfndef ? "
ifndef
" : "ifdef");
3009
Callbacks->
Ifndef
(DirectiveTok.getLocation(), MacroNameTok, MD);
3054
// If this condition is equivalent to #
ifndef
X, and if this is the first
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp
40
{ tgtok::
Ifndef
, "
ifndef
" },
699
if (Kind == tgtok::Ifdef || Kind == tgtok::
Ifndef
) {
701
StringRef IfTokName = Kind == tgtok::Ifdef ? "#ifdef" : "#
ifndef
";
707
// Canonicalize
ifndef
to ifdef equivalent
708
if (Kind == tgtok::
Ifndef
) {
744
return ReturnError(TokStart, "#else without #ifdef or #
ifndef
");
TGLexer.h
13
#
ifndef
LLVM_LIB_TABLEGEN_TGLEXER_H
75
Ifdef,
Ifndef
, Else, Endif, Define
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexingAction.cpp
72
void
Ifndef
(SourceLocation Loc, const Token &MacroNameTok,
Completed in 57 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026