Searched refs:structurallyEquals (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp358 bool TemplateArgument::structurallyEquals(const TemplateArgument &Other) const { function in class:TemplateArgument
383 if (!Args.Args[I].structurallyEquals(Other.Args.Args[I]))
H A DTypePrinter.cpp1938 if (Arg.structurallyEquals(Pattern))
1946 Args[NTTP->getIndex()].structurallyEquals(Arg);
1962 .structurallyEquals(Arg);
H A DASTContext.cpp4935 if (!CanonArgs[I].structurallyEquals(Args[I]))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h385 bool structurallyEquals(const TemplateArgument &Other) const;

Completed in 228 milliseconds