OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Constructors
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
50
const ConstructorMap &
constructors
() const { return
Constructors
; }
function in class:clang::ast_matchers::dynamic::__anon2705::RegistryMaps
56
ConstructorMap
Constructors
;
63
assert(
Constructors
.find(MatcherName) ==
Constructors
.end());
64
Constructors
[MatcherName] = std::move(Callback);
599
auto it = RegistryData->
constructors
().find(MatcherName);
600
return it == RegistryData->
constructors
().end()
659
for (const auto &M : RegistryData->
constructors
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
471
// instead names the
constructors
of the class, except when naming a class.
864
// Per [class.qual]p2, this names the
constructors
of SS, not the
5683
// C++
constructors
and destructors with incorrect scopes can break
8530
"
Constructors
can only be declared in a member context");
9220
// C++11 [dcl.constexpr]p2: constexpr functions and constexpr
constructors
9225
// be either
constructors
or to return a literal type. Therefore,
10238
Constructors
= 3,
10277
<<
Constructors
;
12587
// Don't bother complaining about
constructors
or destructors,
13169
// -Wglobal-
constructors
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026