Searched defs:getNameKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclarationName.cpp81 if (LHS.getNameKind() != RHS.getNameKind())
82 return (LHS.getNameKind() < RHS.getNameKind() ? -1 : 1);
84 switch (LHS.getNameKind()) {
137 switch (N.getNameKind()) {
206 DeclarationName::NameKind DeclarationName::getNameKind() const { function in class:DeclarationName
280 switch (getNameKind()) {
301 switch (getNameKind()) {
452 switch (Name.getNameKind()) {
[all...]

Completed in 111 milliseconds