Searched refs:setRBraceLoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h449 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; } function in class:clang::NamespaceDecl
2597 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; }
H A DDeclCXX.h2430 void setRBraceLoc(SourceLocation L) { function in class:clang::LinkageSpecDecl
H A DExpr.h3847 void setRBraceLoc(SourceLocation Loc) { RBraceLoc = Loc; }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp465 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
1087 D->setRBraceLoc(ReadSourceLocation(Record, Idx));
H A DASTReaderStmt.cpp719 E->setRBraceLoc(ReadSourceLocation(Record, Idx));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2167 Instantiation->setRBraceLoc(Pattern->getRBraceLoc());
H A DSemaInit.cpp657 StructuredSubobjectInitList->setRBraceLoc(EndLoc);
H A DSemaTemplate.cpp7032 Specialization->setRBraceLoc(SourceLocation());
H A DSemaDeclCXX.cpp6656 Namespc->setRBraceLoc(RBrace);
11007 LSDecl->setRBraceLoc(RBraceLoc);
H A DSemaDecl.cpp11147 Tag->setRBraceLoc(RBraceLoc);

Completed in 2100 milliseconds