Searched defs:isClassName (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 243 bool isClassName, bool HasTrailingDot, 268 if (!isClassName && !IsCtorOrDtorName) 292 LookupNameKind Kind = isClassName ? LookupNestedNameSpecifierName : 331 llvm::make_unique<TypeNameValidatorCCC>(true, isClassName), 352 isClassName, HasTrailingDot, ObjectTypePtr, 358 << Result.getLookupName() << isClassName); 241 getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec *SS, bool isClassName, bool HasTrailingDot, ParsedType ObjectTypePtr, bool IsCtorOrDtorName, bool WantNontrivialTypeSourceInfo, IdentifierInfo **CorrectedII) argument
|
Completed in 89 milliseconds