OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasExplicitTemplateArgs
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/AST/
StmtProfile.cpp
811
ID.AddBoolean(S->
hasExplicitTemplateArgs
());
812
if (S->
hasExplicitTemplateArgs
())
852
ID.AddBoolean(S->
hasExplicitTemplateArgs
());
853
if (S->
hasExplicitTemplateArgs
())
876
ID.AddBoolean(S->
hasExplicitTemplateArgs
());
877
if (S->
hasExplicitTemplateArgs
())
889
ID.AddBoolean(S->
hasExplicitTemplateArgs
());
890
if (S->
hasExplicitTemplateArgs
())
StmtPrinter.cpp
532
if (Node->
hasExplicitTemplateArgs
())
544
if (Node->
hasExplicitTemplateArgs
())
555
if (Node->
hasExplicitTemplateArgs
())
842
if (Node->
hasExplicitTemplateArgs
())
[
all
...]
ItaniumMangle.cpp
[
all
...]
Expr.cpp
285
hasExplicitTemplateArgs
() &&
317
DeclRefExprBits.
HasExplicitTemplateArgs
= TemplateArgs ? 1 : 0;
373
bool
HasExplicitTemplateArgs
,
380
if (
HasExplicitTemplateArgs
)
391
if (
hasExplicitTemplateArgs
())
[
all
...]
/external/clang/include/clang/AST/
ExprCXX.h
[
all
...]
Expr.h
741
/// DeclRefExprBits.
HasExplicitTemplateArgs
:
805
DeclRefExprBits.
HasExplicitTemplateArgs
= 0;
830
bool
HasExplicitTemplateArgs
,
[
all
...]
RecursiveASTVisitor.h
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
267
Record.push_back(E->
hasExplicitTemplateArgs
());
269
if (E->
hasExplicitTemplateArgs
()) {
276
if ((!E->
hasExplicitTemplateArgs
()) && (!E->hasQualifier()) &&
288
if (E->
hasExplicitTemplateArgs
())
451
Record.push_back(E->
hasExplicitTemplateArgs
());
452
if (E->
hasExplicitTemplateArgs
()) {
[
all
...]
ASTReaderStmt.cpp
311
E->DeclRefExprBits.
HasExplicitTemplateArgs
= Record[Idx++];
313
if (E->
hasExplicitTemplateArgs
())
323
if (E->
hasExplicitTemplateArgs
())
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
SemaOverload.cpp
[
all
...]
SemaTemplateDeduction.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 81 milliseconds