OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXLiteralOperatorIdName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h
99
/// operators. For literal operators see
CXXLiteralOperatorIdName
and for
116
class alignas(IdentifierInfoAlignment)
CXXLiteralOperatorIdName
129
CXXLiteralOperatorIdName
(IdentifierInfo *II)
193
alignof(detail::
CXXLiteralOperatorIdName
) >= 8,
333
/// Assert that the stored pointer points to a
CXXLiteralOperatorIdName
335
detail::
CXXLiteralOperatorIdName
*castAsCXXLiteralOperatorIdName() const {
337
"DeclarationName does not store a
CXXLiteralOperatorIdName
!");
338
return static_cast<detail::
CXXLiteralOperatorIdName
*>(getPtr());
592
/// Manage the uniqued
CXXLiteralOperatorIdName
, which contain extra
596
llvm::FoldingSet<detail::
CXXLiteralOperatorIdName
> CXXLiteralOperatorNames
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp
382
auto *LiteralName = new (Ctx) detail::
CXXLiteralOperatorIdName
(II);
Completed in 52 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026