/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 619 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 624 /// If it points beyond the CachedTokens vector, it means that a normal 1190 if (CachedLexPos + N < CachedTokens.size()) 1191 return CachedTokens[CachedLexPos+N]; 1217 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1238 return CachedTokens[CachedLexPos-1].getLastLoc(); 1242 /// CachedTokens. 1245 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1248 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 619 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 624 /// If it points beyond the CachedTokens vector, it means that a normal 1190 if (CachedLexPos + N < CachedTokens.size()) 1191 return CachedTokens[CachedLexPos+N]; 1217 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1238 return CachedTokens[CachedLexPos-1].getLastLoc(); 1242 /// CachedTokens. 1245 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1248 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/ |
H A D | Parser.h | 985 CachedTokens Toks; 1016 CachedTokens Toks; 1035 std::unique_ptr<CachedTokens> Toks = nullptr) 1045 std::unique_ptr<CachedTokens> Toks; 1078 CachedTokens *ExceptionSpecTokens; 1095 /// CachedTokens - The sequence of tokens that comprises the initializer, 1097 CachedTokens Toks; 1223 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1258 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1259 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/ |
H A D | Parser.h | 1004 CachedTokens Toks; 1035 CachedTokens Toks; 1054 std::unique_ptr<CachedTokens> Toks = nullptr) 1064 std::unique_ptr<CachedTokens> Toks; 1097 CachedTokens *ExceptionSpecTokens; 1114 /// CachedTokens - The sequence of tokens that comprises the initializer, 1116 CachedTokens Toks; 1242 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1277 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1278 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/ |
H A D | Parser.h | 1004 CachedTokens Toks; 1035 CachedTokens Toks; 1054 std::unique_ptr<CachedTokens> Toks = nullptr) 1064 std::unique_ptr<CachedTokens> Toks; 1097 CachedTokens *ExceptionSpecTokens; 1114 /// CachedTokens - The sequence of tokens that comprises the initializer, 1116 CachedTokens Toks; 1242 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1277 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1278 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/ |
H A D | Parser.h | 1009 CachedTokens Toks; 1040 CachedTokens Toks; 1059 std::unique_ptr<CachedTokens> Toks = nullptr) 1069 std::unique_ptr<CachedTokens> Toks; 1102 CachedTokens *ExceptionSpecTokens; 1119 /// CachedTokens - The sequence of tokens that comprises the initializer, 1121 CachedTokens Toks; 1247 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1282 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1283 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/ |
H A D | Parser.h | 1009 CachedTokens Toks; 1040 CachedTokens Toks; 1059 std::unique_ptr<CachedTokens> Toks = nullptr) 1069 std::unique_ptr<CachedTokens> Toks; 1102 CachedTokens *ExceptionSpecTokens; 1119 /// CachedTokens - The sequence of tokens that comprises the initializer, 1121 CachedTokens Toks; 1247 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1282 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1283 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/ |
H A D | Parser.h | 1009 CachedTokens Toks; 1040 CachedTokens Toks; 1059 std::unique_ptr<CachedTokens> Toks = nullptr) 1069 std::unique_ptr<CachedTokens> Toks; 1102 CachedTokens *ExceptionSpecTokens; 1119 /// CachedTokens - The sequence of tokens that comprises the initializer, 1121 CachedTokens Toks; 1247 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1282 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1283 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/ |
H A D | Parser.h | 1009 CachedTokens Toks; 1040 CachedTokens Toks; 1059 std::unique_ptr<CachedTokens> Toks = nullptr) 1069 std::unique_ptr<CachedTokens> Toks; 1102 CachedTokens *ExceptionSpecTokens; 1119 /// CachedTokens - The sequence of tokens that comprises the initializer, 1121 CachedTokens Toks; 1247 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1282 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1283 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/ |
H A D | Parser.h | 985 CachedTokens Toks; 1016 CachedTokens Toks; 1035 std::unique_ptr<CachedTokens> Toks = nullptr) 1045 std::unique_ptr<CachedTokens> Toks; 1078 CachedTokens *ExceptionSpecTokens; 1095 /// CachedTokens - The sequence of tokens that comprises the initializer, 1097 CachedTokens Toks; 1223 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1258 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1259 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/ |
H A D | Parser.h | 1004 CachedTokens Toks; 1035 CachedTokens Toks; 1054 std::unique_ptr<CachedTokens> Toks = nullptr) 1064 std::unique_ptr<CachedTokens> Toks; 1097 CachedTokens *ExceptionSpecTokens; 1114 /// CachedTokens - The sequence of tokens that comprises the initializer, 1116 CachedTokens Toks; 1242 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1277 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1278 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/ |
H A D | Parser.h | 1004 CachedTokens Toks; 1035 CachedTokens Toks; 1054 std::unique_ptr<CachedTokens> Toks = nullptr) 1064 std::unique_ptr<CachedTokens> Toks; 1097 CachedTokens *ExceptionSpecTokens; 1114 /// CachedTokens - The sequence of tokens that comprises the initializer, 1116 CachedTokens Toks; 1242 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1277 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1278 bool ConsumeAndStoreInitializer(CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/ |
H A D | Parser.h | 1009 CachedTokens Toks; 1040 CachedTokens Toks; 1059 std::unique_ptr<CachedTokens> Toks = nullptr) 1069 std::unique_ptr<CachedTokens> Toks; 1102 CachedTokens *ExceptionSpecTokens; 1119 /// CachedTokens - The sequence of tokens that comprises the initializer, 1121 CachedTokens Toks; 1247 void LexTemplateFunctionForLateParsing(CachedTokens &Toks); 1282 bool ConsumeAndStoreFunctionPrologue(CachedTokens &Toks); 1283 bool ConsumeAndStoreInitializer(CachedTokens [all...] |