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
337
CXXOperatorNames
= new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];
339
CXXOperatorNames
[Op].ExtraKindOrNumArgs
341
CXXOperatorNames
[Op].FETokenInfo = 0;
417
return DeclarationName(&
CXXOperatorNames
[(unsigned)Op]);
/external/clang/include/clang/AST/
DeclarationName.h
342
CXXOperatorIdName *
CXXOperatorNames
; // Operator names
/external/clang/lib/Basic/
IdentifierTable.cpp
182
if (LangOpts.
CXXOperatorNames
) \
/external/clang/lib/Frontend/
CompilerInvocation.cpp
[
all
...]
Completed in 725 milliseconds