OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonBase
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
DeclTemplate.h
684
struct
CommonBase
{
685
CommonBase
() : InstantiatedFromMember(nullptr, false) { }
698
mutable
CommonBase
*Common;
703
CommonBase
*getCommonPtr() const;
705
virtual
CommonBase
*newCommon(ASTContext &C) const = 0;
839
struct Common :
CommonBase
{
869
CommonBase
*newCommon(ASTContext &C) const override;
[
all
...]
/external/clang/lib/AST/
DeclTemplate.cpp
135
RedeclarableTemplateDecl::
CommonBase
*RedeclarableTemplateDecl::getCommonPtr() const {
271
RedeclarableTemplateDecl::
CommonBase
*
379
RedeclarableTemplateDecl::
CommonBase
*
[
all
...]
ASTContext.cpp
[
all
...]
Completed in 213 milliseconds