HomeSort by relevance Sort by last modified time
    Searched refs:DeclarationName (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/clang/lib/Sema/
SemaCodeComplete.cpp 118 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap;
757 DeclarationName ConstructorName
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 87 DeclarationName());
505 D->getLocation(), DeclarationName());
581 DeclarationName());
609 UnderlyingLoc, DeclarationName());
    [all...]
SemaAccess.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCXXScopeSpec.cpp 512 DeclarationName Name = Found.getLookupName();
    [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
VTableBuilder.cpp 501 DeclarationName LHSName = LHS->getDeclName();
502 DeclarationName RHSName = RHS->getDeclName();
    [all...]
DumpXML.cpp 253 void setName(DeclarationName Name) {
ExprCXX.cpp     [all...]
Expr.cpp 168 == DeclarationName::CXXConversionFunctionName) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 196 D->getDeclName().getNameKind() == DeclarationName::Identifier)
254 D->getDeclName().getNameKind() == DeclarationName::Identifier)
277 D->getDeclName().getNameKind() == DeclarationName::Identifier)
700 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTWriterStmt.cpp 284 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
288 nk == DeclarationName::Identifier) {
    [all...]
ASTReaderDecl.cpp 82 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 315 // DeclarationName::getAsString().
317 DeclarationName N(D->getSelector());
  /external/clang/lib/Frontend/
ASTUnit.cpp 841 else if (DeclarationName Name = ND->getDeclName()) {
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]

Completed in 965 milliseconds

1 23 4