OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Specializations
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
DeclTemplate.cpp
262
return getCommonPtr()->
Specializations
;
335
return getCommonPtr()->
Specializations
;
[
all
...]
/external/clang/include/clang/AST/
DeclTemplate.h
412
"Cannot encode undeclared template
specializations
for members");
431
"Cannot encode undeclared template
specializations
for members");
643
/// member template \c X<int>::Inner are member
specializations
.
664
"Only member templates can be member template
specializations
");
750
/// \brief The function template
specializations
for this function
751
/// template, including explicit
specializations
and instantiations.
752
llvm::FoldingSetVector<FunctionTemplateSpecializationInfo>
Specializations
;
763
/// \brief If non-null, points to an array of
specializations
known only
766
/// The first value in the array is the number of of
specializations
783
/// \brief Load any lazily-loaded
specializations
from the external source
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
606
// The template that contains the
specializations
set. It's not safe to
620
CommonPtr->
Specializations
.FindNodeOrInsertPos(ID, InsertPos);
622
CommonPtr->
Specializations
.InsertNode(FTInfo, InsertPos);
[
all
...]
Completed in 33 milliseconds