OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXOperatorNames
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/AST/
DeclarationName.cpp
390
CXXOperatorNames
= new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];
392
CXXOperatorNames
[Op].ExtraKindOrNumArgs
394
CXXOperatorNames
[Op].FETokenInfo = 0;
455
return DeclarationName(&
CXXOperatorNames
[(unsigned)Op]);
/external/clang/include/clang/AST/
DeclarationName.h
320
CXXOperatorIdName *
CXXOperatorNames
; // Operator names
/external/clang/lib/Basic/
IdentifierTable.cpp
166
if (LangOpts.
CXXOperatorNames
) \
/external/clang/lib/Frontend/
CompilerInvocation.cpp
635
if (!Opts.
CXXOperatorNames
)
[
all
...]
Completed in 422 milliseconds