HomeSort by: relevance | last modified time | path
    Searched refs:ColonColonLoc (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h 402 /// \param ColonColonLoc The location of the trailing '::'.
404 SourceLocation ColonColonLoc);
416 /// \param ColonColonLoc The location of the trailing '::'.
418 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
430 /// \param ColonColonLoc The location of the trailing '::'.
432 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
445 /// \param ColonColonLoc The location of the trailing '::'.
447 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
451 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
465 /// \param ColonColonLoc The location of the trailing '::'
    [all...]
ExprCXX.h 2539 SourceLocation ColonColonLoc;
2553 SourceLocation ColonColonLoc,
2598 SourceLocation getColonColonLoc() const { return ColonColonLoc; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp 564 SourceLocation ColonColonLoc) {
571 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
577 SourceLocation ColonColonLoc) {
583 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
589 SourceLocation ColonColonLoc) {
595 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
601 SourceLocation ColonColonLoc) {
606 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
610 SourceLocation ColonColonLoc) {
615 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity)
    [all...]
ExprCXX.cpp 322 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc,
328 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 54 TypeLoc TL, SourceLocation ColonColonLoc) {
55 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
58 Range.setEnd(ColonColonLoc);
66 SourceLocation ColonColonLoc) {
67 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
71 Range.setEnd(ColonColonLoc);
79 SourceLocation ColonColonLoc) {
80 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
84 Range.setEnd(ColonColonLoc);
92 SourceLocation ColonColonLoc) {
    [all...]
SemaCXXScopeSpec.cpp 279 SourceLocation ColonColonLoc,
305 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
848 SourceLocation ColonColonLoc) {
868 ColonColonLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 91 /// \param ColonColonLoc The location of the trailing '::'.
93 SourceLocation ColonColonLoc);
105 /// \param ColonColonLoc The location of the trailing '::'.
107 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
119 /// \param ColonColonLoc The location of the trailing '::'.
121 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
134 /// \param ColonColonLoc The location of the trailing '::'.
136 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
140 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
154 /// \param ColonColonLoc The location of the trailing '::'
    [all...]
Sema.h 6393 /// \param ColonColonLoc The location of the '::'.
6400 SourceLocation ColonColonLoc, CXXScopeSpec &SS);
6424 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType())
6426 CCLoc(ColonColonLoc) {
6430 SourceLocation ColonColonLoc, QualType ObjectType)
6432 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) {
6485 SourceLocation ColonColonLoc);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 8931 SourceLocation ColonColonLoc = readSourceLocation();
8936 T->getTypeLoc(), ColonColonLoc);
8941 SourceLocation ColonColonLoc = readSourceLocation();
8942 Builder.MakeGlobal(Context, ColonColonLoc);
ASTReaderStmt.cpp 1912 E->ColonColonLoc = readSourceLocation();

Completed in 102 milliseconds