HomeSort by relevance Sort by last modified time
    Searched refs:ColonColonLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 372 /// \param ColonColonLoc The location of the trailing '::'.
374 SourceLocation ColonColonLoc);
386 /// \param ColonColonLoc The location of the trailing '::'.
388 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
400 /// \param ColonColonLoc The location of the trailing '::'.
402 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
415 /// \param ColonColonLoc The location of the trailing '::'.
417 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
421 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
ExprCXX.h     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 503 SourceLocation ColonColonLoc) {
510 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
516 SourceLocation ColonColonLoc) {
522 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
528 SourceLocation ColonColonLoc) {
534 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
540 SourceLocation ColonColonLoc) {
545 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
549 SourceLocation ColonColonLoc) {
554 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity)
    [all...]
ExprCXX.cpp 181 SourceLocation ColonColonLoc, SourceLocation TildeLoc,
211 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 56 TypeLoc TL, SourceLocation ColonColonLoc) {
57 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
60 Range.setEnd(ColonColonLoc);
68 SourceLocation ColonColonLoc) {
69 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
73 Range.setEnd(ColonColonLoc);
81 SourceLocation ColonColonLoc) {
82 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
86 Range.setEnd(ColonColonLoc);
94 SourceLocation ColonColonLoc) {
    [all...]
SemaCXXScopeSpec.cpp 699 SourceLocation ColonColonLoc) {
716 ColonColonLoc);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 93 /// \param ColonColonLoc The location of the trailing '::'.
95 SourceLocation ColonColonLoc);
107 /// \param ColonColonLoc The location of the trailing '::'.
109 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
121 /// \param ColonColonLoc The location of the trailing '::'.
123 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
136 /// \param ColonColonLoc The location of the trailing '::'.
138 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
142 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
    [all...]
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderStmt.cpp     [all...]

Completed in 1875 milliseconds